次の方法で共有


Win32_RDMSDeploymentSettings クラスの GetSecondaryConnectionString メソッド

パスワードの有効期限をサポートするために使用できる、デプロイ レベルのデータベースのセカンダリ接続文字列を取得します。

構文

uint32 GetSecondaryConnectionString(
  [out] string SecondaryConnectionString
);

パラメーター

SecondaryConnectionString [out]

取得する接続文字列

戻り値

成功した場合は 0 を返し、それ以外の場合は WMI エラー コードを返します。

必要条件

要件
サポートされている最小のクライアント
サポートなし
サポートされている最小のサーバー
Windows Server 2016
名前空間
Root\cimv2\rdms
MOF
RDManagement.mof
[DLL]
RDMS.dll

関連項目

Win32_RDMSDeploymentSettings