次の方法で共有


DeploymentContributorConfigurationSetup.SqlCmdVariables プロパティ

定義された SqlCmd 変数を取得します。

名前空間:  Microsoft.SqlServer.Dac.Deployment
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public ReadOnly Property SqlCmdVariables As IDictionary(Of String, String)
    Get
'使用
Dim instance As DeploymentContributorConfigurationSetup 
Dim value As IDictionary(Of String, String)

value = instance.SqlCmdVariables
public IDictionary<string, string> SqlCmdVariables { get; }
public:
property IDictionary<String^, String^>^ SqlCmdVariables {
    IDictionary<String^, String^>^ get ();
}
member SqlCmdVariables : IDictionary<string, string>
function get SqlCmdVariables () : IDictionary<String, String>

プロパティ値

型: System.Collections.Generic.IDictionary<String, String>

関連項目

参照

DeploymentContributorConfigurationSetup クラス

Microsoft.SqlServer.Dac.Deployment 名前空間