Condividi tramite


Proprietà IExtendedProperties.ExtendedProperties

Represents a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property defined on an object.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
ReadOnly Property ExtendedProperties As ExtendedPropertyCollection 
    Get
'Utilizzo
Dim instance As IExtendedProperties 
Dim value As ExtendedPropertyCollection 

value = instance.ExtendedProperties
ExtendedPropertyCollection ExtendedProperties { get; }
property ExtendedPropertyCollection^ ExtendedProperties {
    ExtendedPropertyCollection^ get ();
}
abstract ExtendedProperties : ExtendedPropertyCollection
function get ExtendedProperties () : ExtendedPropertyCollection

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection
An ExtendedPropertyCollection object that represents all the extended properties defined on the object.

Vedere anche

Riferimento

IExtendedProperties Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Smo