EnvironmentReference.Key.EnvironmentFolderName Property
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