IsElementWithCheckVersion 方法
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Protected Function IsElementWithCheckVersion ( _
elemName As String _
) As Boolean
'用途
Dim elemName As String
Dim returnValue As Boolean
returnValue = Me.IsElementWithCheckVersion(elemName)
protected bool IsElementWithCheckVersion(
string elemName
)
protected:
bool IsElementWithCheckVersion(
String^ elemName
)
member IsElementWithCheckVersion :
elemName:string -> bool
protected function IsElementWithCheckVersion(
elemName : String
) : boolean
參數
- elemName
型別:System. . :: . .String
A String that specifies the name of the element.
傳回值
型別:System. . :: . .Boolean
true if the current element has a check version; otherwise, false.