共用方式為


DeploymentContributorConfigurationSetup.SqlCmdVariables 屬性

Gets the SqlCmd variables defined

命名空間:  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 命名空間