Share via


IVsDataTabularObject.Schema Property

Gets the schema of the most double-click tabular object.

Namespace:  Microsoft.VisualStudio.Data.Services.RelationalObjectModel
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property Schema As String
'Usage
Dim instance As IVsDataTabularObject 
Dim value As String 

value = instance.Schema
string Schema { get; }
property String^ Schema {
    String^ get ();
}
function get Schema () : String

Property Value

Type: System.String
A string value containing the schema of the tabular object.

.NET Framework Security

See Also

Reference

IVsDataTabularObject Interface

IVsDataTabularObject Members

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace