Compartir a través de


PackageOptions.ContributorArguments Propiedad

Gets or sets the arguments that are passed to the user-defined deployment contributor.

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

Sintaxis

'Declaración
Public Property ContributorArguments As IDictionary(Of String, String)
    Get 
    Set
'Uso
Dim instance As PackageOptions 
Dim value As IDictionary(Of String, String)

value = instance.ContributorArguments

instance.ContributorArguments = value
public IDictionary<string, string> ContributorArguments { get; set; }
public:
property IDictionary<String^, String^>^ ContributorArguments {
    IDictionary<String^, String^>^ get ();
    void set (IDictionary<String^, String^>^ value);
}
member ContributorArguments : IDictionary<string, string> with get, set
function get ContributorArguments () : IDictionary<String, String>
function set ContributorArguments (value : IDictionary<String, String>)

Valor de la propiedad

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

Vea también

Referencia

PackageOptions Clase

Espacio de nombres Microsoft.SqlServer.Dac