StatementBuilder.IsEmpty Método
Returns a value whether the object is empty. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Function IsEmpty ( _
s As StringBuilder _
) As Boolean
'Uso
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
Parámetros
- s
Tipo: System.Text.StringBuilder
The string builder
Valor devuelto
Tipo: System.Boolean
true if empty; otherwise, false.