Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.ResourceUsage
A ResourceUsage object value that specifies the relative execution priority operating-system setting for the Microsoft Search service.
Beispiele
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace
Andere Ressourcen
Übersicht über die Volltextsuche