IsCrudActionHandledByParent Método
Indicates whether the specified type handled by the parent is CRUD action. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public MustOverride Function IsCrudActionHandledByParent ( _
dependencyAction As SfcDependencyAction _
) As Boolean
'Uso
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
Parámetros
- dependencyAction
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcDependencyAction
The [DependencyAction] of the property to retrieve the value for.
Valor devuelto
Tipo: System. . :: . .Boolean
true if the specified type handled by the parent is CRUD action; otherwise, false.
Vea también