Поделиться через


Метод RuleCollection.ItemById

Extracts a member from the RuleCollection collection using a system-defined, unique identifier.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Function ItemById ( _
    id As Integer _
) As Rule
'Применение
Dim instance As RuleCollection 
Dim id As Integer 
Dim returnValue As Rule 

returnValue = instance.ItemById(id)
public Rule ItemById(
    int id
)
public:
Rule^ ItemById(
    int id
)
member ItemById : 
        id:int -> Rule
public function ItemById(
    id : int
) : Rule

Параметры

Возвращаемое значение

Тип: Microsoft.SqlServer.Management.Smo.Rule
A Rule object that has the specified ID value.

Примеры

Использование коллекций

См. также

Справочник

RuleCollection Класс

Пространство имен Microsoft.SqlServer.Management.Smo