Interfaccia IExtendedProperties
The IExtendedProperties class is an interface that represents the collection of extended properties associated with an object.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Interface IExtendedProperties
'Utilizzo
Dim instance As IExtendedProperties
public interface IExtendedProperties
public interface class IExtendedProperties
type IExtendedProperties = interface end
public interface IExtendedProperties
Nel tipo IExtendedProperties sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
ExtendedProperties | Represents a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property defined on an object. |
In alto
Osservazioni
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.