SqlAssembly.Alter Method
Include Protected Members
Include Inherited Members
Updates any SqlAssembly object property changes on the instance of SQL Server.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Alter() | Updates any SqlAssembly object property changes on the instance of SQL Server. | |
Alter(AssemblyAlterOptions) | Updates any SqlAssembly object property changes on the instance of SQL Server with additional options. | |
Alter(AssemblyAlterOptions, String) | Updates any SqlAssembly object property changes on the instance of SQL Server with additional options. | |
Alter(AssemblyAlterOptions, array<String[]) | Updates any SqlAssembly object property changes on the instance of SQL Server with additional options. |
Top