مشاركة عبر


SfcTypeMetadata.IsCrudActionHandledByParent Method

Indicates whether the specified type handled by the parent is CRUD action. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public MustOverride Function IsCrudActionHandledByParent ( _
    dependencyAction As SfcDependencyAction _
) As Boolean
'Usage
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

Parameters

Return Value

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

See Also

Reference

SfcTypeMetadata Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace