共用方式為


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.