This topic has not yet been rated - Rate this topic

SqlSmoObject.Properties Property

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.SqlPropertyCollection
A PropertyCollection object value that specifies the collection of properties associated with the object.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.