Méthode ConditionedSql.IsDefault
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Specifies that this ConditionedSql object is always added, regardless of which field is requested.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Function IsDefault As Boolean
'Utilisation
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
Valeur de retour
Type : System.Boolean
false if this ConditionedSql object has no trigger fields set; otherwise, true.