Share via


Méthode GetPropertyObject (Int32)

Gets the Property object.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function GetPropertyObject ( _
    index As Integer _
) As Property
'Utilisation
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

Paramètres

Valeur de retour

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