XmlRead.IsElementWithCheckVersion Method
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
Protected Function IsElementWithCheckVersion ( _
elemName As String _
) As Boolean
'Usage
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
Parameters
- elemName
Type: System.String
A String that specifies the name of the element.
Return Value
Type: System.Boolean
true if the current element has a check version; otherwise, false.