Share via


Propriété DataSourceDescriptorPropertyChangedEventArgs.Name

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the specified value of the name.

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Name As String 
    Get
'Utilisation
Dim instance As DataSourceDescriptorPropertyChangedEventArgs 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Valeur de propriété

Type : System.String
The specified value of the name.

Voir aussi

Référence

DataSourceDescriptorPropertyChangedEventArgs Classe

Espace de noms Microsoft.DataWarehouse.Interfaces