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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace