ExternalLibrary.Alter Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| Alter() |
Modifiez la bibliothèque. |
| Alter(String, ExternalLibraryContentType) |
Modifiez une bibliothèque à l’aide d’un chemin d’accès ou de bits avec 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()
Modifiez la bibliothèque.
public void Alter();
abstract member Alter : unit -> unit
override this.Alter : unit -> unit
Public Sub Alter ()
Implémente
S’applique à
Alter(String, ExternalLibraryContentType)
Modifiez une bibliothèque à l’aide d’un chemin d’accès ou de bits avec 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)
Paramètres
- libraryContent
- String
- contentType
- ExternalLibraryContentType