Метод PlanGuideCollection.ItemById
Returns a plan guide object as indicated by the identifier of that plan guide.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Function ItemById ( _
id As Integer _
) As PlanGuide
'Применение
Dim instance As PlanGuideCollection
Dim id As Integer
Dim returnValue As PlanGuide
returnValue = instance.ItemById(id)
public PlanGuide ItemById(
int id
)
public:
PlanGuide^ ItemById(
int id
)
member ItemById :
id:int -> PlanGuide
public function ItemById(
id : int
) : PlanGuide
Параметры
- id
Тип: System.Int32
The specified identifier.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Smo.PlanGuide
The plan guide indicated by the identifier.