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.
The ClientProtocolProperty class represents an attribute of a Windows Management Instrumentation (WMI) client protocol.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Management.Smo.Property
Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty
Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolProperty
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Syntax
'Declaration
Public NotInheritable Class ClientProtocolProperty _
Inherits ProtocolProperty
'Usage
Dim instance As ClientProtocolProperty
public sealed class ClientProtocolProperty : ProtocolProperty
public ref class ClientProtocolProperty sealed : public ProtocolProperty
[<SealedAttribute>]
type ClientProtocolProperty =
class
inherit ProtocolProperty
end
public final class ClientProtocolProperty extends ProtocolProperty
Der ClientProtocolProperty-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Dirty | Gets the Boolean property value that specifies whether the property correctly reflects the current value of the entity that it represents on the instance of SQL Server. (Geerbt von Property.) |
![]() |
Expensive | Gets the Boolean property value that specifies whether it takes a long time to load the property's values. (Geerbt von Property.) |
![]() |
IsNull | Gets the Boolean property value that specifies whether the property is set to null. (Geerbt von Property.) |
![]() |
Name | Gets the name of the property. (Geerbt von Property.) |
![]() |
Readable | Gets the Boolean property value that specifies whether the value of the property can be retrieved. (Geerbt von Property.) |
![]() |
Retrieved | Gets the Boolean property value that specifies whether the property has been retrieved already. (Geerbt von Property.) |
![]() |
Type | Gets the type of property. (Geerbt von Property.) |
![]() |
Value | Gets or sets the value of the property. (Geerbt von Property.) |
![]() |
Writable | Gets the Boolean property value that specifies whether the property can be modified. (Geerbt von Property.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
CompareTo | Compares the Property object to another object. (Geerbt von Property.) |
![]() |
Equals | Determines whether two Property objects are equal. (Geerbt von Property.) |
![]() |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Geerbt von Property.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
ToString | Returns a String value that represents the current object. (Geerbt von Property.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
| Name | Beschreibung | |
|---|---|---|
![]() ![]() |
ISfcProperty.Attributes | Returns an attribute collection that contains properties. (Geerbt von Property.) |
![]() ![]() |
ISfcProperty.Dirty | Gets the Boolean property value that specifies whether the property correctly reflects the current value of the entity that it represents on the instance of SQL Server. (Geerbt von Property.) |
![]() ![]() |
ISfcProperty.Enabled | Gets the Boolean property value that specifies whether the property is enabled on the entity that it represents on the instance of SQL Server. (Geerbt von Property.) |
![]() ![]() |
ISfcProperty.IsNull | Gets the Boolean property value that specifies whether the property is set to null. (Geerbt von Property.) |
![]() ![]() |
ISfcProperty.Name | Gets the name of the property. (Geerbt von Property.) |
![]() ![]() |
ISfcProperty.Required | Gets the Boolean property value that specifies whether the property is required,. (Geerbt von Property.) |
![]() ![]() |
ISfcProperty.Type | Gets the type of property. (Geerbt von Property.) |
![]() ![]() |
ISfcProperty.Value | Gets or sets the value of the property. (Geerbt von Property.) |
![]() ![]() |
ISfcProperty.Writable | Gets the Boolean property value that specifies whether the property can be modified. (Geerbt von Property.) |
Zum Anfang
Hinweise
Thread Safety
Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Beispiele
Verwalten von Diensten und Netzwerkeinstellungen durch die Nutzung von WMI-Anbieter
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo.Wmi-Namespace
.gif)
.gif)
.gif)
.gif)