Méthode StatementBuilder.IsEmpty
Returns a value whether the object is empty. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
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 IsEmpty ( _
s As StringBuilder _
) As Boolean
'Utilisation
Dim instance As StatementBuilder
Dim s As StringBuilder
Dim returnValue As Boolean
returnValue = instance.IsEmpty(s)
public bool IsEmpty(
StringBuilder s
)
public:
bool IsEmpty(
StringBuilder^ s
)
member IsEmpty :
s:StringBuilder -> bool
public function IsEmpty(
s : StringBuilder
) : boolean
Paramètres
- s
Type : System.Text.StringBuilder
The string builder
Valeur de retour
Type : System.Boolean
true if empty; otherwise, false.