Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.