共用方式為


SfcTypeMetadata.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.

請參閱

參考

SfcTypeMetadata 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間