DeploymentContributorConfigurationSetup.Properties 属性

获取包含当前属性和设置的字典。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public ReadOnly Property Properties As IDictionary(Of String, Object)
    Get
public IDictionary<string, Object> Properties { get; }
public:
property IDictionary<String^, Object^>^ Properties {
    IDictionary<String^, Object^>^ get ();
}
member Properties : IDictionary<string, Object>
function get Properties () : IDictionary<String, Object>

属性值

类型:System.Collections.Generic.IDictionary<String, Object>
属性和设置的字典。

.NET Framework 安全性

请参见

参考

DeploymentContributorConfigurationSetup 类

Microsoft.Data.Schema.Build 命名空间