IVsDataExecutableObject.Schema Property

Gets the schema of 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 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.

.NET Framework Security

See Also

Reference

IVsDataExecutableObject Interface

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace