Compartilhar via


Método IsEmpty

Returns a value whether the object is empty. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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

Valor de retorno

Tipo: System. . :: . .Boolean
true if empty; otherwise, false.