Dela via


RefactoringOperation.CurrentDataSchemaModel Property

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

Syntax

'Declaration
Public ReadOnly Property CurrentDataSchemaModel As DataSchemaModel
'Usage
Dim instance As RefactoringOperation 
Dim value As DataSchemaModel 

value = instance.CurrentDataSchemaModel
public DataSchemaModel CurrentDataSchemaModel { get; }
public:
property DataSchemaModel^ CurrentDataSchemaModel {
    DataSchemaModel^ get ();
}
public function get CurrentDataSchemaModel () : DataSchemaModel

Property Value

Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel

.NET Framework Security

See Also

Reference

RefactoringOperation Class

RefactoringOperation Members

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace