Compartir a través de


DeploymentContributorContext.Arguments Propiedad

Gets or sets a dictionary of named arguments and their values.

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

Sintaxis

'Declaración
Public ReadOnly Property Arguments As Dictionary(Of String, String)
    Get
'Uso
Dim instance As DeploymentContributorContext 
Dim value As Dictionary(Of String, String)

value = instance.Arguments
public Dictionary<string, string> Arguments { get; }
public:
property Dictionary<String^, String^>^ Arguments {
    Dictionary<String^, String^>^ get ();
}
member Arguments : Dictionary<string, string>
function get Arguments () : Dictionary<String, String>

Valor de la propiedad

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

Vea también

Referencia

DeploymentContributorContext Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment