Propriété Schema
Gets the ISchema object that owns this object.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property Schema As ISchema
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ISchema
The ISchema object that is the owner of this object.