Compartilhar via


Propriedade do RDL DeploymentContributorConfigurationSetup.Properties

Gets a dictionary that contains the current properties and settings.

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public ReadOnly Property Properties As IDictionary(Of String, String)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

DeploymentContributorConfigurationSetup Classe

Namespace Microsoft.SqlServer.Dac.Deployment