Dela via


BuildContributorContext.Arguments Property

Gets a dictionary of command-line arguments and their values.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property Arguments As IDictionary(Of String, String)
public IDictionary<string, string> Arguments { get; }
public:
property IDictionary<String^, String^>^ Arguments {
    IDictionary<String^, String^>^ get ();
}
member Arguments : IDictionary<string, string>
function get Arguments () : IDictionary<String, String>

Property Value

Type: System.Collections.Generic.IDictionary<String, String>
A list of command-line arguments and values.

.NET Framework Security

See Also

Reference

BuildContributorContext Class

Microsoft.Data.Schema.Build Namespace