FullTextService.LoadOSResourcesEnabled Property
SQL Server 2012
Gets or sets the Boolean property value that specifies whether operating system components are allowed.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)] public bool LoadOSResourcesEnabled { get; set; }
Property Value
Type: System.BooleanA Boolean value that specifies whether operating system components are allowed.Returns True if operating system resources are allowed; otherwise, False (default).
