DataSet.IsSharedDataSourceReference 方法

Indicates whether the current instance is a reference to a shared data source.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Function IsSharedDataSourceReference As Boolean
用法
Dim instance As DataSet 
Dim returnValue As Boolean 

returnValue = instance.IsSharedDataSourceReference()
public bool IsSharedDataSourceReference()
public:
bool IsSharedDataSourceReference()
member IsSharedDataSourceReference : unit -> bool
public function IsSharedDataSourceReference() : boolean

返回值

类型:System.Boolean
true if the current instance is a reference to a shared data source; otherwise, false.

请参阅

参考

DataSet 类

Microsoft.ReportingServices.RdlObjectModel 命名空间