ExternalLibrary.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() |
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
- contentType
- ExternalLibraryContentType