Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Indicates whether the specified type handled by the parent is CRUD action. Ne faites pas directement référence à 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
- dependencyAction
Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyAction
The [DependencyAction] of the property to retrieve the value for.
Valeur de retour
Type : System.Boolean
true if the specified type handled by the parent is CRUD action; otherwise, false.