Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the key environment folder name.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public ReadOnly Property EnvironmentFolderName As String
Get
'Usage
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
Property Value
Type: System.String
The key environment folder name.
See Also
Reference
EnvironmentReference.Key Class
Microsoft.SqlServer.Management.IntegrationServices Namespace