Partager via


Propriété DeploymentContributorConfigurationSetup.Properties

Gets a dictionary that contains the current properties and settings.

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

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

DeploymentContributorConfigurationSetup Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment