Compartilhar via


Propriedade do RDL EnvironmentReference.Key.Name

Gets the key name.

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

Sintaxe

'Declaração
Public ReadOnly Property Name As String 
    Get
'Uso
Dim instance As EnvironmentReference.Key 
Dim value As String 

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

Valor da propriedade

Tipo: System.String
The key name.

Consulte também

Referência

EnvironmentReference.Key Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices