Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- dependencyAction
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyAction
The [DependencyAction] of the property to retrieve the value for.
Return Value
Type: System.Boolean
true if the specified type handled by the parent is CRUD action; otherwise, false.