مشاركة عبر


IServerConfigurationFacet.DefaultLanguage Property

Gets or sets the DefaultLanguage property.

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

Syntax

'Declaration
Property DefaultLanguage As Integer 
    Get 
    Set
'Usage
Dim instance As IServerConfigurationFacet 
Dim value As Integer 

value = instance.DefaultLanguage

instance.DefaultLanguage = value
int DefaultLanguage { get; set; }
property int DefaultLanguage {
    int get ();
    void set (int value);
}
abstract DefaultLanguage : int with get, set
function get DefaultLanguage () : int 
function set DefaultLanguage (value : int)

Property Value

Type: System.Int32
The DefaultLanguage property.

See Also

Reference

IServerConfigurationFacet Interface

Microsoft.SqlServer.Management.Smo Namespace