Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>