EnvironmentReference.Name Propiedad
Gets the key name.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
<SfcKeyAttribute()> _
Public Property Name As String
Get
Private Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The key name.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices