Udostępnij za pośrednictwem


Właściwość OperatorCollection.Item (String)

Pobiera Operator obiektu kolekcja według nazwy.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.Agent
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    name As String _
) As Operator
    Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.Agent.Operator
Operator Wartość obiektu, który reprezentuje operator.