Partager via


Méthode DataSet.IsSharedDataSourceReference

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Function IsSharedDataSourceReference As Boolean
'Utilisation
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

Valeur de retour

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

Voir aussi

Référence

DataSet Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel