Freigeben über


Property-Klasse

The Property object provides programmatic access to the properties of all the SMO objects.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Management.Smo.Property
    Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Class Property _
    Implements ISfcProperty
'Usage
Dim instance As [Property]
public class Property : ISfcProperty
public ref class Property : ISfcProperty
type Property =  
    class 
        interface ISfcProperty 
    end
public class Property implements ISfcProperty

Der Property-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft 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.
Öffentliche Eigenschaft Expensive Gets the Boolean property value that specifies whether it takes a long time to load the property's values.
Öffentliche Eigenschaft IsNull Gets the Boolean property value that specifies whether the property is set to null.
Öffentliche Eigenschaft Name Gets the name of the property.
Öffentliche Eigenschaft Readable Gets the Boolean property value that specifies whether the value of the property can be retrieved.
Öffentliche Eigenschaft Retrieved Gets the Boolean property value that specifies whether the property has been retrieved already.
Öffentliche Eigenschaft Type Gets the type of property.
Öffentliche Eigenschaft Value Gets or sets the value of the property.
Öffentliche Eigenschaft Writable Gets the Boolean property value that specifies whether the property can be modified.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CompareTo Compares the Property object to another object.
Öffentliche Methode Equals Determines whether two Property objects are equal. (Überschreibt Object.Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Überschreibt Object.GetHashCode().)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Returns a String value that represents the current object. (Überschreibt Object.ToString().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatisches Element Equality Determines whether two objects are equal by performing an equality operation on two Property objects.
Öffentlicher OperatorStatisches Element GreaterThan Determines whether one object is greater than another object by performing an greater than operation on two Property objects.
Öffentlicher OperatorStatisches Element Inequality Determines whether two objects are unequal by performing an inequality operation on two Property objects.
Öffentlicher OperatorStatisches Element LessThan Determines whether one object is less than another object by performing an less than operation on two Property objects.

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Eigenschaft ISfcProperty.Attributes Returns an attribute collection that contains properties.
Explizite SchnittstellenimplementierungPrivate Eigenschaft 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.
Explizite SchnittstellenimplementierungPrivate Eigenschaft 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.
Explizite SchnittstellenimplementierungPrivate Eigenschaft ISfcProperty.IsNull Gets the Boolean property value that specifies whether the property is set to null.
Explizite SchnittstellenimplementierungPrivate Eigenschaft ISfcProperty.Name Gets the name of the property.
Explizite SchnittstellenimplementierungPrivate Eigenschaft ISfcProperty.Required Gets the Boolean property value that specifies whether the property is required,.
Explizite SchnittstellenimplementierungPrivate Eigenschaft ISfcProperty.Type Gets the type of property.
Explizite SchnittstellenimplementierungPrivate Eigenschaft ISfcProperty.Value Gets or sets the value of the property.
Explizite SchnittstellenimplementierungPrivate Eigenschaft ISfcProperty.Writable Gets the Boolean property value that specifies whether the property can be modified.

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

Festlegen von Eigenschaften

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-Namespace