EnvironmentReference.Key.EnvironmentFolderName Propiedad
Gets the key environment folder name.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
The key environment folder name.
Vea también
Referencia
EnvironmentReference.Key Clase
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices