Класс SqlPropertyInfo
The SqlPropertyInfo class is an abstract class used to store information about properties.
Иерархия наследования
System. . :: . .Object
Microsoft.SqlServer.Management.Smo..::..SqlPropertyInfo
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Class SqlPropertyInfo
'Применение
Dim instance As SqlPropertyInfo
public class SqlPropertyInfo
public ref class SqlPropertyInfo
type SqlPropertyInfo = class end
public class SqlPropertyInfo
Тип SqlPropertyInfo обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.