Поделиться через


Метод IsCrudActionHandledByParent

Indicates whether the specified type handled by the parent is CRUD action. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public MustOverride Function IsCrudActionHandledByParent ( _
    dependencyAction As SfcDependencyAction _
) As Boolean
'Применение
Dim instance As SfcTypeMetadata
Dim dependencyAction As SfcDependencyAction
Dim returnValue As Boolean

returnValue = instance.IsCrudActionHandledByParent(dependencyAction)
public abstract bool IsCrudActionHandledByParent(
    SfcDependencyAction dependencyAction
)
public:
virtual bool IsCrudActionHandledByParent(
    SfcDependencyAction dependencyAction
) abstract
abstract IsCrudActionHandledByParent : 
        dependencyAction:SfcDependencyAction -> bool 
public abstract function IsCrudActionHandledByParent(
    dependencyAction : SfcDependencyAction
) : boolean

Параметры

Возвращаемое значение

Тип: System. . :: . .Boolean
true if the specified type handled by the parent is CRUD action; otherwise, false.