Condividi tramite


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
Proprietà pubblica 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.
Proprietà pubblica 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.
Proprietà pubblica 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.
Proprietà pubblica IsNull Gets a value that indicates whether the property value has been read and is nullNothingnullptrunitriferimento Null (Nothing in Visual Basic).. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Name Gets the name of the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Required Gets a value that indicates whether the property is required to persist the current state of the object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica 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.
Proprietà pubblica Value Gets or sets the value of the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica 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