We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
To view a list of methods and method definitions associated with a particular object, you can use the Get-Member cmdlet.
Para ver una lista de los métodos y definiciones de método asociados con un objeto específico, puede usar el cmdlet Get-Member.
The Get-Member cmdlet shows you the formal name of the object type and a complete listing of its members.
El cmdlet Get-Member muestra el nombre formal del tipo de objeto y una lista completa de sus miembros.
To fully understand the output of that cmdlet, pipe its output to the Get-Member cmdlet.
Para entender totalmente el resultado de este cmdlet, canalice dicho resultado al cmdlet Get-Member.
To find the type of an object that is stored in an object property, use the Get-Member cmdlet.
Para obtener el tipo de un objeto almacenado en una propiedad de objeto, utilice el cmdlet Get-Member.
The simplest technique for analyzing the objects that a command returns is to pipe the output of that command to the Get-Member cmdlet.
La técnica más sencilla para analizar los objetos que devuelve un comando es canalizar el resultado de este comando al cmdlet Get-Member.
The pipeline operator | sends the results to the Get-Member cmdlet, which displays the methods and properties of the object.
El operador de canalización (|) envía los resultados al cmdlet Get-Member, que muestra los métodos y las propiedades del objeto.
The third command uses the Get-Member cmdlet to get the properties and methods of an array of integers, and the command saves them in the $a variable.
El tercer comando usa el cmdlet Get-Member para obtener los métodos y propiedades de una matriz de enteros y los guarda en la variable $a.
It uses a pipeline operator (|) to pass the service objects to the Get-Member cmdlet.
Utiliza un operador de canalización (|) para pasar los objetos de servicio al cmdlet Get-Member.
The final command uses a pipeline operator (|) to send the $hash variable to the Get-Member cmdlet.
El último comando usa un operador de canalización (|) para enviar la variable $hash al cmdlet Get-Member.
The Get-Member cmdlet gets the "members" (properties and methods) of objects.
El cmdlet Get-Member obtiene los "miembros" (propiedades y métodos) de los objetos.
The third command uses a pipeline operator (|) to send the updated object to the Get-Member cmdlet.
El tercer comando usa un operador de canalización (|) para enviar el objeto actualizado al cmdlet Get-Member.
The third command uses a pipeline operator (|) to send the custom object to the Get-Member cmdlet, which displays the properties and methods of the custom object.
El tercer comando usa un operador de canalización (|) para enviar el objeto personalizado al cmdlet Get-Member, que muestra las propiedades y métodos del objeto personalizado.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.