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 | |
---|---|---|
IsExpensive | Gets the Boolean property value that specifies whether the property is expensive. | |
IsWriteable | Gets the Boolean property value that specifies whether the property can be modified. | |
Name | Gets the name of the property. | |
PropertyType | Gets the property type. | |
Versions | Gets the version of SQL Server. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Beispiele
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.