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.
Gets or sets the DefaultFullTextLanguage property.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Property DefaultFullTextLanguage As Integer
Get
Set
'Usage
Dim instance As IServerConfigurationFacet
Dim value As Integer
value = instance.DefaultFullTextLanguage
instance.DefaultFullTextLanguage = value
int DefaultFullTextLanguage { get; set; }
property int DefaultFullTextLanguage {
int get ();
void set (int value);
}
abstract DefaultFullTextLanguage : int with get, set
function get DefaultFullTextLanguage () : int
function set DefaultFullTextLanguage (value : int)
Property Value
Type: System.Int32
The DefaultFullTextLanguage property.