次の方法で共有


BackupEncryptionKey メソッド (WMI MSReportServer_ConfigurationSetting クラス)

指定されたレポート サーバー インスタンスの暗号化キーをバックアップします。暗号化キーは、パスワードを使用して暗号化されて格納されます。

構文

Public Sub BackupEncryptionKey(Password as String, _
    ByRef KeyFile() as Integer, ByRef Length as Int32, 
    ByRef HRESULT as Int32, ByRef ExtendedErrors() as String)
public void BackupEncryptionKey(string Password, out sint8 KeyFile[], 
    out sin32 Length, out sint32 HRESULT, out string ExtendedErrors[]);

パラメータ

  • Password
    暗号化キーを暗号化するための文字列。暗号化キーを返す前に、この文字列を使用して暗号化されます。
  • KeyFile[]
    [out] 暗号化された暗号化キーを含む配列。
  • Length
    [out] メソッドによって返される配列の長さ。
  • HRESULT
    [out] 呼び出しの成功または失敗を示す値。
  • ExtendedErrors[]
    [out] 呼び出しによって返されたその他のエラーを含む文字列の配列。

戻り値

メソッド呼び出しの成功または失敗を示す HRESULT を返します。値 0 は、メソッド呼び出しが成功したことを示します。0 以外の値は、エラーが発生したことを示します。

要件

名前空間 :root\Microsoft\SqlServer\ReportServer\v9\Admin

プラットフォーム : Windows Server 2003 Datacenter Edition、Windows Server 2003 Enterprise Edition、Windows Server 2003 Standard Edition、Windows Vista、Windows XP Professional Service Pack 2 (SP2) または Service Pack 1 (SP1)、および Windows 2000 (すべてのバージョン)

参照

関連項目

MSReportServer_ConfigurationSetting メンバ
MSReportServer_ConfigurationSettingForSharePoint メンバ

ヘルプおよび情報

SQL Server 2005 の参考資料の入手