Share via


ExternalLibrary.Alter Method

Definition

Overloads

Alter()

Alter the library.

Alter(String, ExternalLibraryContentType)

Alter a library using a path or bits with ALTER EXTERNAL LIBRARY SET {path or 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()

Alter the library.

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

Implements

Applies to

Alter(String, ExternalLibraryContentType)

Alter a library using a path or bits with ALTER EXTERNAL LIBRARY SET {path or 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)

Parameters

libraryContent
String

Applies to