Propriedade Item (String)
Gets a ObjectSet object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As ObjectSet
Get
'Uso
Dim instance As ObjectSetCollection
Dim name As String
Dim value As ObjectSet
value = instance(name)
public ObjectSet this[
string name
] { get; }
public:
property ObjectSet^ default[String^ name] {
ObjectSet^ get (String^ name);
}
member Item : ObjectSet
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 ObjectSet object in the ObjectSetCollection collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .ObjectSet
An ObjectSet object value that represents the object set that has the specified name.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também