Condividi tramite


Metodo DataSet.IsSharedDataSourceReference

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Function IsSharedDataSourceReference As Boolean
'Utilizzo
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

Valore restituito

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

Vedere anche

Riferimento

DataSet Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel