Partager via


MediaPassword Property

Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.

The MediaPassword property sets or retrieves the password for a media set.

Syntaxe

object.MediaPassword[= value]

Parts

  • object
    An expression that evaluates to an object in the Applies To list
  • value
    A string that contains the password

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetMediaPassword(SQLDMO_LPBSTR pRetVal);
HRESULT SetMediaPassword(SQLDMO_LPCSTR NewValue);

Notes

The MediaPassword property provides the password used for a media set. If a media set password exists, it must be supplied to perform any restore operation from the media set. If no media set password is passed by the Backup2 object, MediaPassword is set to NULL. An application can set MediaPassword multiple times; however, after a backup or restore operation has been performed, MediaPassword cannot be altered.

ms138255.note(fr-fr,SQL.90).gifRemarque :
If an application calls MediaPassword on an instance of Microsoft SQL Server version 7.0, the operation is ignored.

Applies To:

Backup2 Object

Restore2 Object

Voir aussi

Référence

Password Property

Aide et Informations

Assistance sur SQL Server 2005