Invoke-RDMUpdateDataSourceDatabase
Sinossi
Aggiornare un database
Sintassi
__AllParameterSets
Invoke-RDMUpdateDataSourceDatabase [-DataSource] <PSDataSource>
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Esempi
PS C:\> $ds = Get-RDMDataSource -Name SQLServerDataSourceName; Invoke-RDMUpdateDataSourceDatabase -DataSource $dsOttenere uno spazio di lavoro SQL Server e aggiornare il database
Parametri
-DataSource
Oggetto PSDataSource, deve essere recuperato da Get-RDMDataSource.
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 o ok/annulla. In caso di più prompt, è 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 riserva se non è presente l'opzione "No".
Cancel: annulla il prompt sì/no/annulla. "No" è l'opzione di riserva se non è presente l'opzione "Cancel".
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.
Note
Per maggiori informazioni, digiti "Get-Help Invoke-RDMUpdateDataSourceDatabase -detailed". Per informazioni tecniche, digiti "Get-Help Invoke-RDMUpdateDataSourceDatabase -full".
Ultimo aggiornamento
È stato utile?