SqlSchemaDeploymentOptions.TargetSetVariables – vlastnost
Získá seznam proměnných a jejich hodnoty pro cílové porovnání.
Obor názvů: Microsoft.Data.Schema.Sql.Build
Sestavení: Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Deklarace
Public ReadOnly Property TargetSetVariables As Dictionary(Of String, String)
Get
public Dictionary<string, string> TargetSetVariables { get; }
public:
property Dictionary<String^, String^>^ TargetSetVariables {
Dictionary<String^, String^>^ get ();
}
member TargetSetVariables : Dictionary<string, string>
function get TargetSetVariables () : Dictionary<String, String>
Hodnota vlastnosti
Typ: System.Collections.Generic.Dictionary<String, String>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.