Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Adds the specified Language object to the LanguageCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
language As Language _
)
'Usage
Dim instance As LanguageCollection
Dim language As Language
instance.Add(language)
public void Add(
Language language
)
public:
void Add(
Language^ language
)
member Add :
language:Language -> unit
public function Add(
language : Language
)
Parameters
- language
Type: Microsoft.SqlServer.Management.Smo.Language
The Language object to add to the LanguageCollection object.