Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the relative execution priority operating-system setting for the Microsoft Search service.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ResourceUsage As ResourceUsage
Get
Set
'Usage
Dim instance As FullTextService
Dim value As ResourceUsage
value = instance.ResourceUsage
instance.ResourceUsage = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public ResourceUsage ResourceUsage { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property ResourceUsage ResourceUsage {
ResourceUsage get ();
void set (ResourceUsage value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ResourceUsage : ResourceUsage with get, set
function get ResourceUsage () : ResourceUsage
function set ResourceUsage (value : ResourceUsage)
Property Value
Type: Microsoft.SqlServer.Management.Smo.ResourceUsage
A ResourceUsage object value that specifies the relative execution priority operating-system setting for the Microsoft Search service.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace
Other Resources
DEL - Full-Text Search Overview