次の方法で共有


EnvironmentReference.Key コンストラクター

環境名と環境フォルダー名を受け取る EnvironmentReference.Key クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    name As String, _
    environmentFolderName As String _
)
'使用
Dim name As String 
Dim environmentFolderName As String 

Dim instance As New EnvironmentReference.Key(name, environmentFolderName)
public Key(
    string name,
    string environmentFolderName
)
public:
Key(
    String^ name, 
    String^ environmentFolderName
)
new : 
        name:string * 
        environmentFolderName:string -> Key
public function EnvironmentReference.Key(
    name : String, 
    environmentFolderName : String
)

パラメーター

  • environmentFolderName
    型: System.String
    環境フォルダーの名前。

関連項目

参照

EnvironmentReference.Key クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間