Partager via


Méthode IsElementWithCheckVersion

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Protected Function IsElementWithCheckVersion ( _
    elemName As String _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

Type : System. . :: . .Boolean
true if the current element has a check version; otherwise, false.