IDatabase.RemoveStoredProcedures(String[]) Method
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.
public:
int RemoveStoredProcedures(cli::array <System::String ^> ^ storeProcNames);
public int RemoveStoredProcedures (string[] storeProcNames);
abstract member RemoveStoredProcedures : string[] -> int
Public Function RemoveStoredProcedures (storeProcNames As String()) As Integer
Parameters
- storeProcNames
- String[]