SqlAssembly.Alter Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| Alter() | |
| Alter(AssemblyAlterOptions) | |
| Alter(AssemblyAlterOptions, String) | |
| Alter(AssemblyAlterOptions, String[]) |
Alter()
public void Alter();
abstract member Alter : unit -> unit
override this.Alter : unit -> unit
Public Sub Alter ()
Implementaciones
Se aplica a
Alter(AssemblyAlterOptions)
public void Alter(Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions assemblyAlterMethod);
member this.Alter : Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions -> unit
Public Sub Alter (assemblyAlterMethod As AssemblyAlterOptions)
Parámetros
- assemblyAlterMethod
- AssemblyAlterOptions
Se aplica a
Alter(AssemblyAlterOptions, String)
public void Alter(Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions assemblyAlterMethod, string primaryAssemblyServerPath);
member this.Alter : Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions * string -> unit
Public Sub Alter (assemblyAlterMethod As AssemblyAlterOptions, primaryAssemblyServerPath As String)
Parámetros
- assemblyAlterMethod
- AssemblyAlterOptions
- primaryAssemblyServerPath
- String
Se aplica a
Alter(AssemblyAlterOptions, String[])
public void Alter(Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions assemblyAlterMethod, string[] assemblyLocalPaths);
member this.Alter : Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions * string[] -> unit
Public Sub Alter (assemblyAlterMethod As AssemblyAlterOptions, assemblyLocalPaths As String())
Parámetros
- assemblyAlterMethod
- AssemblyAlterOptions
- assemblyLocalPaths
- String[]