Sdílet prostřednictvím


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

Viz také

Odkaz

RefactoringOperation Třída

Microsoft.VisualStudio.Data.Schema.Package.Refactoring – obor názvů