ConditionedSql.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.

请参阅

参考

ConditionedSql 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间