Метод 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.