Partager via


Propriété EnvironmentReference.Name

Gets the key name.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
<SfcKeyAttribute()> _
Public Property Name As String 
    Get 
    Private Set
'Utilisation
Dim instance As EnvironmentReference 
Dim value As String 

value = instance.Name
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
[SfcKeyAttribute()]
public string Name { get; private set; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
[SfcKeyAttribute()]
public:
property String^ Name {
    String^ get ();
    private: void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
[<SfcKeyAttribute()>]
member Name : string with get, private set
function get Name () : String 
private function set Name (value : String)

Valeur de propriété

Type : System.String
The key name.

Voir aussi

Référence

EnvironmentReference Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices