Compartilhar via


Propriedade do RDL EnvironmentReference.Name

Gets the key name.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
<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 da propriedade

Tipo: System.String
The key name.

Consulte também

Referência

EnvironmentReference Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices