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

‘선언
ReadOnly Property Schema As String
    Get
string Schema { get; }
property String^ Schema {
    String^ get ();
}
abstract Schema : string
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

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace