Campo SqlSmoObject.m_ExtendedProperties
Represents a property that is defined to extend the properties provided by a SqlSmoObject.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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