Metoda PropertyCollection.GetPropertyObject (Int32)
Pobiera Property obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Function GetPropertyObject ( _
index As Integer _
) As Property
'Użycie
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
Parametry
- index
Typ: System.Int32
Int32 Wartość, która określa położenie indeksu.
Wartość zwracana
Typ: Microsoft.SqlServer.Management.Smo.Property
A Property wartość obiektu, który określa właściwość.
Zobacz także