Campo SqlSmoObject.m_ExtendedProperties
Represents a property that is defined to extend the properties provided by a SqlSmoObject.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Protected m_ExtendedProperties As ExtendedPropertyCollection
'Uso
Dim value As ExtendedPropertyCollection
value = Me.m_ExtendedProperties
Me.m_ExtendedProperties = value
protected ExtendedPropertyCollection m_ExtendedProperties
protected:
ExtendedPropertyCollection^ m_ExtendedProperties
val mutable m_ExtendedProperties: ExtendedPropertyCollection
protected var m_ExtendedProperties : ExtendedPropertyCollection