SchemaDeployment.ContributorArguments Property
Gets a list of command line arguments and their values as set by the user in Visual Studio Application Lifecycle Management (ALM).
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ContributorArguments As Dictionary(Of String, String)
public Dictionary<string, string> ContributorArguments { get; }
public:
property Dictionary<String^, String^>^ ContributorArguments {
Dictionary<String^, String^>^ get ();
}
member ContributorArguments : Dictionary<string, string>
function get ContributorArguments () : Dictionary<String, String>
Property Value
Type: System.Collections.Generic.Dictionary<String, String>
The list of command line arguments and values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.