Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Returns an Item from a collection of plan guide objects identified by the Name property of the item.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As PlanGuide
Get
'Utilizzo
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
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System.String
String
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.PlanGuide
PlanGuide