Condividi tramite


Metodo GetByID

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function GetByID ( _
    numanodeId As Integer _
) As NumaNode
'Utilizzo
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

Parametri

Valore restituito

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