FederationCollection.Item Property (String)
Returns the federation object with the specified name in the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As Federation
Get
'Usage
Dim instance As FederationCollection
Dim name As String
Dim value As Federation
value = instance(name)
public Federation this[
string name
] { get; }
public:
property Federation^ default[String^ name] {
Federation^ get (String^ name);
}
member Item : Federation
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
The name of the federation.
Property Value
Type: Microsoft.SqlServer.Management.Smo.Federation
The federation object with the specified name.