RefactoringOperation.CurrentDataSchemaModel – vlastnost
Získává DataSchemaModel pro aktuální projekt.
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Sestavení: Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Deklarace
Public ReadOnly Property CurrentDataSchemaModel As DataSchemaModel
Get
public DataSchemaModel CurrentDataSchemaModel { get; }
public:
property DataSchemaModel^ CurrentDataSchemaModel {
DataSchemaModel^ get ();
}
member CurrentDataSchemaModel : DataSchemaModel
function get CurrentDataSchemaModel () : DataSchemaModel
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
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.
Viz také
Odkaz
Microsoft.VisualStudio.Data.Schema.Package.Refactoring – obor názvů