Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the arguments that are passed to the user-defined deployment contributor.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property ContributorArguments As IDictionary(Of String, String)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.Generic.IDictionary<String, String>