Интерфейс ISfcProperty
Defines properties that can be used to provide information about a property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Interface ISfcProperty
'Применение
Dim instance As ISfcProperty
public interface ISfcProperty
public interface class ISfcProperty
type ISfcProperty = interface end
public interface ISfcProperty
Тип ISfcProperty обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Attributes | Gets the aggregated list of custom attributes that are associated with the property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. | |
Dirty | Gets a value that indicates whether the property value has been changed. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. | |
Enabled | Gets a value that indicates whether the property is enabled. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. | |
IsNull | Gets a value that indicates whether the property value has been read and is nullпустая ссылка (Nothing в Visual Basic). Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. | |
Name | Gets the name of the property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. | |
Required | Gets a value that indicates whether the property is required to persist the current state of the object. | |
Type | Gets a Type object that represents the type of the property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. | |
Value | Gets or sets the value of the property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. | |
Writable | Gets a value that indicates whether this is a read-write property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. |
В начало