IsElementWithCheckVersion Método
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Protected Function IsElementWithCheckVersion ( _
elemName As String _
) As Boolean
'Uso
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
Parámetros
- elemName
Tipo: System. . :: . .String
A String that specifies the name of the element.
Valor devuelto
Tipo: System. . :: . .Boolean
true if the current element has a check version; otherwise, false.