Section courante

A propos

Section administrative du site

ALTER EXTERNAL LIBRARY

Modifie la bibliothèque externe
SQL Server 2017+ Microsoft SQL Server

Syntaxe

ALTER EXTERNAL LIBRARY library_name
[ AUTHORIZATION owner_name ]
SET file_spec
WITH ( LANGUAGE = language )
[ ; ]

file_spec ::=
{
(CONTENT = { client_library_specifier | library_bits | NONE}
[, PLATFORM = platform )
}

client_library_specifier :: =
{
'[\\computer_name\]share_name\[path\]manifest_file_name'
| '[local_path\]manifest_file_name'
| 'relative_path_in_external_data_source'
}

library_bits :: =
{
varbinary_literal
| varbinary_expression
}

platform :: =
{
WINDOWS
| LINUX
}

language :: =
{
'R'
| 'Python'
| external_language
}

Description

Cette instruction permet de modifier le contenu d'une bibliothèque de module externe existant.



Dernière mise à jour : Vendredi, le 19 Juin 2020