Właściwość Item (Int32)
Pobiera RemoteServiceBinding obiektu kolekcja według numeru indeksu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Broker
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public ReadOnly Default Property Item ( _
index As Integer _
) As RemoteServiceBinding
Get
'Użycie
Dim instance As RemoteServiceBindingCollection
Dim index As Integer
Dim value As RemoteServiceBinding
value = instance(index)
public RemoteServiceBinding this[
int index
] { get; }
public:
property RemoteServiceBinding^ default[int index] {
RemoteServiceBinding^ get (int index);
}
member Item : RemoteServiceBinding
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Typ: System. . :: . .Int32
Int32 Wartość, która określa położenie RemoteServiceBinding obiekt w RemoteServiceBindingCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Broker. . :: . .RemoteServiceBinding
A RemoteServiceBinding wartość obiektu, który reprezentuje powiązanie usługa zdalnej.
Zobacz także