ISfcProperty Interface
Defines properties that can be used to provide information about a property. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets the aggregated list of custom attributes that are associated with the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Dirty | Gets a value that indicates whether the property value has been changed. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Enabled | Gets a value that indicates whether the property is enabled. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | IsNull | Gets a value that indicates whether the property value has been read and is null. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Name | Gets the name of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Required | Gets a value that indicates whether the property is required to persist the current state of the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Type | Gets a Type object that represents the type of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Value | Gets or sets the value of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Writable | Gets a value that indicates whether this is a read-write property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
