Propriedade SchemaDeployment.ContributorArguments
Obtém uma lista de argumentos de linha de comando e seus valores, conforme definido pelo usuário em Visual Studio Application Lifecycle Management (ALM).
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
Public ReadOnly Property ContributorArguments As Dictionary(Of String, String)
Get
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>
Valor de propriedade
Tipo: System.Collections.Generic.Dictionary<String, String>
A lista de argumentos de linha de comando e valores.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.