RefactoringOperation.CurrentDataSchemaModel (Propiedad)

Obtiene el valor de DataSchemaModel para el proyecto actual.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Microsoft.Data.Schema.SchemaModel.DataSchemaModel

Seguridad de .NET Framework

Vea también

Referencia

RefactoringOperation Clase

Microsoft.VisualStudio.Data.Schema.Package.Refactoring (Espacio de nombres)