IVsDataTabularObject.Catalog Property

Gets the catalog of the tabular object.

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

Syntax

ReadOnly Property Catalog As String

Dim instance As IVsDataTabularObject
Dim value As String

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

Property Value

Type: System.String

A string representing the catalog.

Permissions

See Also

Reference

IVsDataTabularObject Interface

IVsDataTabularObject Members

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace