共用方式為


DeploymentContributorConfigurationSetup.Properties 屬性

Gets a dictionary that contains the current properties and settings.

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