Метод GetByID
Gets a NumaNode object with the specified Numa node ID from the collection.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Function GetByID ( _
numanodeId As Integer _
) As NumaNode
'Применение
Dim instance As NumaNodeCollection
Dim numanodeId As Integer
Dim returnValue As NumaNode
returnValue = instance.GetByID(numanodeId)
public NumaNode GetByID(
int numanodeId
)
public:
NumaNode^ GetByID(
int numanodeId
)
member GetByID :
numanodeId:int -> NumaNode
public function GetByID(
numanodeId : int
) : NumaNode
Параметры
- numanodeId
Тип: System. . :: . .Int32
A Int32 value specifying the ID of the Numa node to retrieve.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Smo. . :: . .NumaNode
A NumaNode object with the specified Numa node ID from the collection.