Partager via


Méthode PropertyCollection.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.

Exemples

Utilisation de collections

Voir aussi

Référence

PropertyCollection Classe

Surcharge GetPropertyObject

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Utilisation de collections