ISchemaOwnedObject.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.