StatementBuilder.IsEmpty Method
Returns a value whether the object is empty. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function IsEmpty ( _
s As StringBuilder _
) As Boolean
'Usage
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
Parameters
- s
Type: System.Text.StringBuilder
The string builder
Return Value
Type: System.Boolean
true if empty; otherwise, false.