Partilhar via


Propriedade RefactoringOperation.CurrentDataSchemaModel

Obtém o DataSchemaModel para o projeto atual.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Public ReadOnly Property CurrentDataSchemaModel As DataSchemaModel
    Get
public DataSchemaModel CurrentDataSchemaModel { get; }
public:
property DataSchemaModel^ CurrentDataSchemaModel {
    DataSchemaModel^ get ();
}
member CurrentDataSchemaModel : DataSchemaModel
function get CurrentDataSchemaModel () : DataSchemaModel

Valor de propriedade

Tipo: Microsoft.Data.Schema.SchemaModel.DataSchemaModel

Segurança do .NET Framework

Consulte também

Referência

RefactoringOperation Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Refactoring