次の方法で共有


EnvironmentReference.Key.EnvironmentFolderName プロパティ

キー環境フォルダー名を取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
Public ReadOnly Property EnvironmentFolderName As String 
    Get
'使用
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

プロパティ値

型: System.String
キー環境フォルダー名。

関連項目

参照

EnvironmentReference.Key クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間