Propriedade do RDL OperatorCollection.Item (String)
Gets an Operator object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As Operator
Get
'Uso
Dim instance As OperatorCollection
Dim name As String
Dim value As [Operator]
value = instance(name)
public Operator this[
string name
] { get; }
public:
property Operator^ default[String^ name] {
Operator^ get (String^ name);
}
member Item : Operator
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 Operator object in the OperatorCollection collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Agent.Operator
An Operator object value that represents the operator.