Classe SqlPropertyInfo
The SqlPropertyInfo class is an abstract class used to store information about properties.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.Smo..::..SqlPropertyInfo
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Class SqlPropertyInfo
'Utilisation
Dim instance As SqlPropertyInfo
public class SqlPropertyInfo
public ref class SqlPropertyInfo
type SqlPropertyInfo = class end
public class SqlPropertyInfo
Le type SqlPropertyInfo expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.