Share via


ConditionedSql.IsDefault Method

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Specifies that this ConditionedSql object is always added, regardless of which field is requested.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Function IsDefault As Boolean
'Usage
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

Return Value

Type: System.Boolean
false if this ConditionedSql object has no trigger fields set; otherwise, true.

See Also

Reference

ConditionedSql Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace