IsElementWithCheckVersion-Methode
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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
Parameter
- elemName
Typ: System. . :: . .String
A String that specifies the name of the element.
Rückgabewert
Typ: System. . :: . .Boolean
true if the current element has a check version; otherwise, false.