Método GetByID
Gets a NumaNode object with the specified Numa node ID from the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Function GetByID ( _
numanodeId As Integer _
) As NumaNode
'Uso
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
Parâmetros
- numanodeId
Tipo: System. . :: . .Int32
A Int32 value specifying the ID of the Numa node to retrieve.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .NumaNode
A NumaNode object with the specified Numa node ID from the collection.