Share via


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

'Declaration
ReadOnly Property Catalog As String
'Usage
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.

.NET Framework Security

See Also

Reference

IVsDataExecutableObject Interface

IVsDataExecutableObject Members

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace