SqlModelComparerConfiguration.SourceSqlCmdVariables – vlastnost
Získá SQLCMD proměnné pro úložiště zdrojového modelu.
Obor názvů: Microsoft.Data.Schema.Sql.SchemaModel
Sestavení: Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Deklarace
Public ReadOnly Property SourceSqlCmdVariables As IDictionary(Of String, String)
Get
public IDictionary<string, string> SourceSqlCmdVariables { get; }
public:
property IDictionary<String^, String^>^ SourceSqlCmdVariables {
IDictionary<String^, String^>^ get ();
}
member SourceSqlCmdVariables : IDictionary<string, string>
function get SourceSqlCmdVariables () : IDictionary<String, String>
Hodnota vlastnosti
Typ: System.Collections.Generic.IDictionary<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.