Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- index
Type : System.Int32
An Int32 value that specifies the index position.
Valeur de retour
Type : Microsoft.SqlServer.Management.Smo.Property
A Property object value that specifies the property.
Exemples
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo