Sdílet prostřednictvím


ServerSelectionAdapter.Language Property

Gets a string value that specifies the language used by the server.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property Language As String 
    Get
'Usage
Dim instance As ServerSelectionAdapter 
Dim value As String 

value = instance.Language
public string Language { get; }
public:
virtual property String^ Language {
    String^ get () sealed;
}
abstract Language : string 
override Language : string
final function get Language () : String

Property Value

Type: System.String
A string value that specifies the language used by the server.

Implements

IServerSelectionFacet.Language

See Also

Reference

ServerSelectionAdapter Class

Microsoft.SqlServer.Management.Smo Namespace