Metodo IsCrudActionHandledByParent
Indicates whether the specified type handled by the parent is CRUD action. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public MustOverride Function IsCrudActionHandledByParent ( _
dependencyAction As SfcDependencyAction _
) As Boolean
'Utilizzo
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
Parametri
- dependencyAction
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcDependencyAction
The [DependencyAction] of the property to retrieve the value for.
Valore restituito
Tipo: System. . :: . .Boolean
true if the specified type handled by the parent is CRUD action; otherwise, false.
Vedere anche