SqlPropertyInfo-Klasse

The SqlPropertyInfo class is an abstract class used to store information about properties.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Management.Smo.SqlPropertyInfo

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

Syntax

'Declaration
Public Class SqlPropertyInfo
'Usage
Dim instance As SqlPropertyInfo
public class SqlPropertyInfo
public ref class SqlPropertyInfo
type SqlPropertyInfo =  class end
public class SqlPropertyInfo

Der SqlPropertyInfo-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft IsExpensive Gets the Boolean property value that specifies whether the property is expensive.
Öffentliche Eigenschaft IsWriteable Gets the Boolean property value that specifies whether the property can be modified.
Öffentliche Eigenschaft Name Gets the name of the property.
Öffentliche Eigenschaft PropertyType Gets the property type.
Öffentliche Eigenschaft Versions Gets the version of SQL Server.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

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