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
- 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.
Voir aussi