Propriedade do RDL Schema
Gets the ISchema object that owns this object.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property Schema As ISchema
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ISchema
The ISchema object that is the owner of this object.
Consulte também