Compartir a través de


DeploymentContributorConfigurationSetup.Properties Propiedad

Gets a dictionary that contains the current properties and settings.

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

DeploymentContributorConfigurationSetup Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment