ExternalLibrary.Alter Método

Definición

Sobrecargas

Nombre Description
Alter()

Modifique la biblioteca.

Alter(String, ExternalLibraryContentType)

Modifique una biblioteca mediante una ruta de acceso o bits con ALTER EXTERNAL LIBRARY SET {path o binary}.

<param name="libraryContent">The library path or the library binary/param param><name="contentType">Is the content type specifying a path or binary<</param>

Alter()

Modifique la biblioteca.

public void Alter();
abstract member Alter : unit -> unit
override this.Alter : unit -> unit
Public Sub Alter ()

Implementaciones

Se aplica a

Alter(String, ExternalLibraryContentType)

Modifique una biblioteca mediante una ruta de acceso o bits con ALTER EXTERNAL LIBRARY SET {path o binary}.

<param name="libraryContent">The library path or the library binary/param param><name="contentType">Is the content type specifying a path or binary<</param>
public void Alter(string libraryContent, Microsoft.SqlServer.Management.Smo.ExternalLibraryContentType contentType);
member this.Alter : string * Microsoft.SqlServer.Management.Smo.ExternalLibraryContentType -> unit
Public Sub Alter (libraryContent As String, contentType As ExternalLibraryContentType)

Parámetros

libraryContent
String

Se aplica a