次の方法で共有


SfcTypeMetadata.IsCrudActionHandledByParent メソッド

親によって処理される指定した型が CRUD アクションかどうかを示します。 このメンバーをコード内で直接参照しないでください。このメンバーは、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
親によって処理される指定した型が CRUD アクションの場合は true、それ以外の場合は false です。

関連項目

参照

SfcTypeMetadata クラス

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