Метод IsDefault
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Specifies that this ConditionedSql object is always added, regardless of which field is requested.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Function IsDefault As Boolean
'Применение
Dim instance As ConditionedSql
Dim returnValue As Boolean
returnValue = instance.IsDefault()
public bool IsDefault()
public:
bool IsDefault()
member IsDefault : unit -> bool
public function IsDefault() : boolean
Возвращаемое значение
Тип: System. . :: . .Boolean
false if this ConditionedSql object has no trigger fields set; otherwise, true.