BuildContributorContext.BuildProperties 属性

Gets a dictionary of named properties and their values

命名空间:  Microsoft.SqlServer.Dac.Deployment
程序集:  Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)

语法

声明
Public ReadOnly Property BuildProperties As IDictionary(Of String, Object)
    Get
用法
Dim instance As BuildContributorContext 
Dim value As IDictionary(Of String, Object)

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

属性值

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

请参阅

参考

BuildContributorContext 类

Microsoft.SqlServer.Dac.Deployment 命名空间