Propriedade do RDL BuildContributorContext.BuildProperties
Gets a dictionary of named properties and their values
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public ReadOnly Property BuildProperties As IDictionary(Of String, Object)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IDictionary<String, Object>