次の方法で共有


DeploymentContributorConfigurationSetup.Properties プロパティ

現在のプロパティと設定を含む辞書を取得します。

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

構文

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

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

プロパティ値

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

関連項目

参照

DeploymentContributorConfigurationSetup クラス

Microsoft.SqlServer.Dac.Deployment 名前空間