Freigeben über


DataSet.IsSharedDataSourceReference-Methode

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Function IsSharedDataSourceReference As Boolean
'Usage
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

Rückgabewert

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

Siehe auch

Verweis

DataSet Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace