FederationCollection.Item Propiedad (String)
Returns the federation object with the specified name in the collection.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
name As String _
) As Federation
Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- name
Tipo: System.String
The name of the federation.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Federation
The federation object with the specified name.