Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.