Propriedade do RDL PlanGuideCollection.Item (String)

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

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

Consulte também

Referência

PlanGuideCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.Smo