Partager via


Propriété BuildContributorContext.BuildProperties

Gets a dictionary of named properties and their values

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property BuildProperties As IDictionary(Of String, Object)
    Get
'Utilisation
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>

Valeur de propriété

Type : System.Collections.Generic.IDictionary<String, Object>

Voir aussi

Référence

BuildContributorContext Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment