Compartilhar via


Método IsCrudActionHandledByParent

Indicates whether the specified type handled by the parent is CRUD action. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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

Valor de retorno

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