IsCrudActionHandledByParent-Methode
Indicates whether the specified type handled by the parent is CRUD action. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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
Parameter
- dependencyAction
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcDependencyAction
The [DependencyAction] of the property to retrieve the value for.
Rückgabewert
Typ: System. . :: . .Boolean
true if the specified type handled by the parent is CRUD action; otherwise, false.