Partager via


Méthode IsCrudActionHandledByParent

Indicates whether the specified type handled by the parent is CRUD action. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public MustOverride Function IsCrudActionHandledByParent ( _
    dependencyAction As SfcDependencyAction _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

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