Aracılığıyla paylaş


FederationCollection.Item Property (Int32)

Returns the federation object at the specified index in the collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Federation
    Get
'Kullanım
Dim instance As FederationCollection
Dim index As Integer
Dim value As Federation

value = instance(index)
public Federation this[
    int index
] { get; }
public:
property Federation^ default[int index] {
    Federation^ get (int index);
}
member Item : Federation
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

  • index
    Type: System.Int32
    The index of the federation in the collection.

Property Value

Type: Microsoft.SqlServer.Management.Smo.Federation
The federation object at the specified index.

See Also

Reference

FederationCollection Class

Item Overload

Microsoft.SqlServer.Management.Smo Namespace