For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-RDMDatasourceProperty

Sinossi

Ottiene il valore della proprietà indicata per uno spazio di lavoro.

Sintassi

__AllParameterSets

Get-RDMDatasourceProperty [-DataSource] <PSDataSource> [-Property] <string>
 [-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]

Descrizione

I valori protetti restituiranno sempre null.

I tipi non valore restituiranno sempre ".ToString()".

Parametri

-DataSource

Specifica lo spazio di lavoro

Type: RemoteDesktopManager.PowerShellModule.PSOutputObject.PSDataSource
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: true
  ValueFromPipeline: true
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-ForcePromptAnswer

Opzione da usare con cautela. Risponderà automaticamente ai prompt che pongono domande sì/no, sì/no/annulla oppure ok/annulla. In caso di prompt multipli, è possibile passare più valori a questo parametro. Ecco i valori accettati:

  • Yes: accetta il prompt. Copre i valori OK e Automatic.

  • No: rifiuta il prompt sì/no/annulla. "Cancel" è l'opzione di fallback se non è presente l'opzione "No".

  • Cancel: annulla il prompt sì/no/annulla. "No" è l'opzione di fallback se non è presente l'opzione "Cancel".

-Property

Proprietà da impostare.

CommonParameters

Questo cmdlet supporta i parametri comuni: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction e -WarningVariable. Per maggiori informazioni, consulti about_CommonParameters.

Input

RemoteDesktopManager.PowerShellModule.PSOutputObject.PSDataSource

Oggetto spazio di lavoro

System.String

Nome della proprietà

Note

Per maggiori informazioni, digiti "Get-Help Get-RDMDatasourceProperty -detailed". Per informazioni tecniche, digiti "Get-Help Get-RDMDatasourceProperty -full".

Ultimo aggiornamento

È stato utile?