Interfaccia ISfcProperty
Defines properties that can be used to provide information about a property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Interface ISfcProperty
'Utilizzo
Dim instance As ISfcProperty
public interface ISfcProperty
public interface class ISfcProperty
type ISfcProperty = interface end
public interface ISfcProperty
Nel tipo ISfcProperty sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Attributes | Gets the aggregated list of custom attributes that are associated with the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Dirty | Gets a value that indicates whether the property value has been changed. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Enabled | Gets a value that indicates whether the property is enabled. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
IsNull | Gets a value that indicates whether the property value has been read and is nullriferimento Null (Nothing in Visual Basic).. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Name | Gets the name of the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di 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. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Value | Gets or sets the value of the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Writable | Gets a value that indicates whether this is a read-write property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. |
In alto