Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.Package.Refactoring Namespace