Compartilhar via


Propriedade do RDL EnvironmentReference.Key.EnvironmentFolderName

Gets the key environment folder name.

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

Sintaxe

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

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

Valor da propriedade

Tipo: System.String
The key environment folder name.

Consulte também

Referência

EnvironmentReference.Key Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices