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 the default full text language.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DefaultFullTextLanguage As DefaultLanguage
Get
Friend Set
'Usage
Dim instance As Database
Dim value As DefaultLanguage
value = instance.DefaultFullTextLanguage
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DefaultLanguage DefaultFullTextLanguage { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DefaultLanguage^ DefaultFullTextLanguage {
DefaultLanguage^ get ();
internal: void set (DefaultLanguage^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DefaultFullTextLanguage : DefaultLanguage with get, internal set
function get DefaultFullTextLanguage () : DefaultLanguage
internal function set DefaultFullTextLanguage (value : DefaultLanguage)
Property Value
Type: Microsoft.SqlServer.Management.Smo.DefaultLanguage
The default full text language.