Partager via


Méthode NumaNodeCollection.GetByID

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function GetByID ( _
    numanodeId As Integer _
) As NumaNode
'Utilisation
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

Paramètres

  • numanodeId
    Type : System.Int32
    A Int32 value specifying the ID of the Numa node to retrieve.

Valeur de retour

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

Voir aussi

Référence

NumaNodeCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo