Partager via


Propriété IDataScope.Name

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

Syntaxe

'Déclaration
Private ReadOnly Property Name As String
    Implements IDataScope.Name
    Get
'Utilisation
Dim instance As CustomData
Dim value As String

value = CType(instance, IDataScope).Name
string IDataScope.Name { get; }
private:
virtual property String^ Name {
    String^ get () sealed = IDataScope::Name::get;
}
private abstract Name : string
private override Name : string
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System. . :: . .String

Implémente

IDataScope. . :: . .Name