Поделиться через


RefactoringOperation.CurrentDataSchemaModel Property

Gets the DataSchemaModel for the current project.

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

Syntax

'Declaration
Public ReadOnly Property CurrentDataSchemaModel As DataSchemaModel
public DataSchemaModel CurrentDataSchemaModel { get; }
public:
property DataSchemaModel^ CurrentDataSchemaModel {
    DataSchemaModel^ get ();
}
member CurrentDataSchemaModel : DataSchemaModel
function get CurrentDataSchemaModel () : DataSchemaModel

Property Value

Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel

.NET Framework Security

See Also

Reference

RefactoringOperation Class

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