Share via


IWithChildResource Interface

Definition

The stage of a SQL container update allowing to specify child resource.

public interface IWithChildResource
type IWithChildResource = interface
Public Interface IWithChildResource
Derived

Methods

WithoutStoredProcedure(String)

Removes a stored procedure.

WithoutTrigger(String)

Removes a trigger.

WithoutUserDefinedFunction(String)

Removes a user defined function.

WithStoredProcedure(String, SqlStoredProcedureResource, CreateUpdateOptions)

Specifies a stored procedure.

WithStoredProcedure(String, String, CreateUpdateOptions)

Specifies a stored procedure.

WithTrigger(String, SqlTriggerResource, CreateUpdateOptions)

Specifies a trigger.

WithTrigger(String, String, TriggerType, TriggerOperation, CreateUpdateOptions)

Specifies a trigger.

WithUserDefinedFunction(String, SqlUserDefinedFunctionResource, CreateUpdateOptions)

Specifies a user defined function.

WithUserDefinedFunction(String, String, CreateUpdateOptions)

Specifies a user defined function.

Applies to