Share via


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

See Also

Reference

SchemaDeployment Class

Microsoft.Data.Schema.Build Namespace