Метод SimpleNodeAdapter.IsSupported
Indicates if the provider supports the specified graph. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public MustOverride Function IsSupported ( _
reference As Object _
) As Boolean
'Применение
Dim instance As SimpleNodeAdapter
Dim reference As Object
Dim returnValue As Boolean
returnValue = instance.IsSupported(reference)
public abstract bool IsSupported(
Object reference
)
public:
virtual bool IsSupported(
Object^ reference
) abstract
abstract IsSupported :
reference:Object -> bool
public abstract function IsSupported(
reference : Object
) : boolean
Параметры
- reference
Тип: System.Object
The reference of the provider.
Возвращаемое значение
Тип: System.Boolean
true if the provider supports the specified graph; otherwise, false.