PropertyCollection.GetPropertyObject Method (Int32)

Gets the Property object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Function GetPropertyObject ( _
    index As Integer _
) As Property
'Usage
Dim instance As PropertyCollection 
Dim index As Integer 
Dim returnValue As [Property]

returnValue = instance.GetPropertyObject(index)
public Property GetPropertyObject(
    int index
)
public:
Property^ GetPropertyObject(
    int index
)
member GetPropertyObject : 
        index:int -> Property
public function GetPropertyObject(
    index : int
) : Property

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Smo.Property
A Property object value that specifies the property.

Examples

Using Collections

See Also

Reference

PropertyCollection Class

GetPropertyObject Overload

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Using Collections