Partilhar via


Propriedade do RDL DeploymentContributorContext.Arguments

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

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

DeploymentContributorContext Classe

Namespace Microsoft.SqlServer.Dac.Deployment