Schemas 속성
Gets a collection of all schemas in the database.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
ReadOnly Property Schemas As IMutableMetadataCollection(Of ISchema)
Get
‘사용 방법
Dim instance As IMutableDatabase
Dim value As IMutableMetadataCollection(Of ISchema)
value = instance.Schemas
IMutableMetadataCollection<ISchema> Schemas { get; }
property IMutableMetadataCollection<ISchema^>^ Schemas {
IMutableMetadataCollection<ISchema^>^ get ();
}
abstract Schemas : IMutableMetadataCollection<ISchema>
function get Schemas () : IMutableMetadataCollection<ISchema>
속성 값
유형: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'ISchema> ) > ) >
The IMutableMetadataCollection<(Of <(<'T>)>)> of ISchema that contains all schemas in the database.