IVsDataExecutableObject.Catalog Property

Gets the catalog associated with this executable data 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 IVsDataExecutableObject
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 value containing the catalog.

Permissions

See Also

Reference

IVsDataExecutableObject Interface

IVsDataExecutableObject Members

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace