Partilhar via


Propriedade SqlSchemaDeploymentOptions.SourceSetVariables

Obtém a lista de variáveis e seus valores para a fonte da comparação.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Public ReadOnly Property SourceSetVariables As Dictionary(Of String, String)
    Get
public Dictionary<string, string> SourceSetVariables { get; }
public:
property Dictionary<String^, String^>^ SourceSetVariables {
    Dictionary<String^, String^>^ get ();
}
member SourceSetVariables : Dictionary<string, string>
function get SourceSetVariables () : Dictionary<String, String>

Valor de propriedade

Tipo: System.Collections.Generic.Dictionary<String, String>

Segurança do .NET Framework

Consulte também

Referência

SqlSchemaDeploymentOptions Classe

Namespace Microsoft.Data.Schema.Sql.Build