Propriedade do RDL Item (String)
Gets a ServerGroup object in the collection by name.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As ServerGroup
Get
'Uso
Dim instance As ServerGroupCollection
Dim name As String
Dim value As ServerGroup
value = instance(name)
public ServerGroup this[
string name
] { get; }
public:
property ServerGroup^ default[String^ name] {
ServerGroup^ get (String^ name);
}
member Item : ServerGroup
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System. . :: . .String
A String value that specifies the name of the ServerGroup object in the ServerGroupCollection collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.RegisteredServers. . :: . .ServerGroup
A ServerGroup object value that represents the server group.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também