SqlSmoObject.Properties Property
SQL Server 2012
Gets a collection of Property objects that represent the object properties.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration Public ReadOnly Property Properties As SqlPropertyCollection Get 'Usage Dim instance As SqlSmoObject Dim value As SqlPropertyCollection value = instance.Properties
Property Value
Type: Microsoft.SqlServer.Management.Smo.SqlPropertyCollectionA PropertyCollection object value that specifies the collection of properties associated with the object.