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
    Get
string Catalog { get; }
property String^ Catalog {
    String^ get ();
}
abstract Catalog : string
function get Catalog () : String

Property Value

Type: System.String
A string value containing the catalog.

.NET Framework Security

See Also

Reference

IVsDataExecutableObject Interface

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace