Właściwość PlanGuideCollection.Item (String)
Zwraca element z kolekcja przewodnik planu obiekty określone przez właściwość nazwa elementu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
name As String _
) As PlanGuide
Get
'Użycie
Dim instance As PlanGuideCollection
Dim name As String
Dim value As PlanGuide
value = instance(name)
public PlanGuide this[
string name
] { get; }
public:
property PlanGuide^ default[String^ name] {
PlanGuide^ get (String^ name);
}
member Item : PlanGuide
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- name
Typ: System.String
String
Wartość właściwości
Zobacz także