Freigeben über


PropertyCollection.GetPropertyObject-Methode (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

Parameter

Rückgabewert

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

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

PropertyCollection Klasse

GetPropertyObject-Überladung

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Verwenden von Auflistungen