Propriedade do RDL FederationCollection.Item (String)
Returns the federation object with the specified name in the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System.String
The name of the federation.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Federation
The federation object with the specified name.