Schema 属性

Gets the ISchema object that owns this object.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property Schema As ISchema
    Get
用法
Dim instance As ISchemaOwnedObject
Dim value As ISchema

value = instance.Schema
ISchema Schema { get; }
property ISchema^ Schema {
    ISchema^ get ();
}
abstract Schema : ISchema
function get Schema () : ISchema

属性值

类型:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ISchema
The ISchema object that is the owner of this object.