Aracılığıyla paylaş


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

'Bildirim
Public ReadOnly Default Property Item ( _
    name As String _
) As Federation
    Get
'Kullanım
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

Property Value

Type: Microsoft.SqlServer.Management.Smo.Federation
The federation object with the specified name.

See Also

Reference

FederationCollection Class

Item Overload

Microsoft.SqlServer.Management.Smo Namespace