Compartir a través de


PlanGuideCollection.Item Propiedad (String)

Returns an Item from a collection of plan guide objects identified by the Name property of the item.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    name As String _
) As PlanGuide 
    Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.PlanGuide
PlanGuide

Vea también

Referencia

PlanGuideCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.Smo