Compartir a través de


NumaNodeCollection.GetByID Método

Gets a NumaNode object with the specified Numa node ID from the collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: Microsoft.SqlServer.Management.Smo.NumaNode
A NumaNode object with the specified Numa node ID from the collection.

Vea también

Referencia

NumaNodeCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo