Propriedade do RDL IsSchemaBound
Gets a value that indicates whether a schema is bound to the view.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property IsSchemaBound As Boolean
Get
'Uso
Dim instance As IView
Dim value As Boolean
value = instance.IsSchemaBound
bool IsSchemaBound { get; }
property bool IsSchemaBound {
bool get ();
}
abstract IsSchemaBound : bool
function get IsSchemaBound () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
true if a schema is bound to the view; otherwise, false.
Consulte também