使用Microsoft.SharePoint.Client通过C#访问DataRefreshSchedule

时间:2016-11-18 09:46:56

标签: c# sharepoint

我目前正在构建使用Microsoft.SharePoint.Client与SharePoint 2013对话的C#应用​​程序。

我的一个要求是访问Microsoft.AnalysisServices.SharePoint.Integration.DataRefreshSchedule以更改此设置。通过谷歌搜索我发现了一些使用旧的Microsoft.Sharepoint.dll的解决方案,这对我没有帮助。

此解决方案的第一部分运行以下内容:     (GeminiServiceApplicationProxy)SPServiceContext.GetContext(的SPSite).GetDefaultProxy(typeof运算(GeminiServiceApplicationProxy))

简单地说,我想使用ClientContext来运行它。像:

这样的命令
ClientContext c = get the context

c.GetDefaultProxy(typeof(GeminiServiceApplicationProxy))

唉,我看不到办法做到这一点。

我有两个关键问题:

  1. 如何使用ClientContext或

  2. 访问DataRefreshSchedule
  3. 如何使用ClientContext获取默认代理。

0 个答案:

没有答案