Свойство IsSchemaBound
Gets a value that indicates whether the user-defined function is bound to a schema.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property IsSchemaBound As Boolean
Get
'Применение
Dim instance As IUserDefinedFunction
Dim value As Boolean
value = instance.IsSchemaBound
bool IsSchemaBound { get; }
property bool IsSchemaBound {
bool get ();
}
abstract IsSchemaBound : bool
function get IsSchemaBound () : boolean
Значение свойства
Тип: System. . :: . .Boolean
true if the user-defined function is bound to a schema; otherwise, false.