Returns a value whether the object is empty. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Function IsEmpty ( _
s As StringBuilder _
) As Boolean
'用途
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
參數
- s
型別:System.Text.StringBuilder
The string builder
傳回值
型別:System.Boolean
true if empty; otherwise, false.