Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As Federation
Get
'Usage
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.