IWithChildResource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |