SqlAssembly.Alter Method

Include Protected Members
Include Inherited Members

Updates any SqlAssembly object property changes on the instance of Microsoft SQL Server. 

Overload List

  Name Description
Public method Alter() Updates any SqlAssembly object property changes on the instance of Microsoft SQL Server. 
Public method Alter(AssemblyAlterOptions) Updates any SqlAssembly object property changes on the instance of Microsoft SQL Server with additional options. 
Public method Alter(AssemblyAlterOptions, String) Updates any SqlAssembly object property changes on the instance of Microsoft SQL Server with additional options. 
Public method Alter(AssemblyAlterOptions, array<String[]) Updates any SqlAssembly object property changes on the instance of Microsoft SQL Server with additional options. 

Top