Partager via


Propriété PackageOptions.ContributorArguments

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

Espace de noms :  Microsoft.SqlServer.Dac
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Property ContributorArguments As IDictionary(Of String, String)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

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

Voir aussi

Référence

PackageOptions Classe

Espace de noms Microsoft.SqlServer.Dac