StorageInfo.ServerPassword 属性

定义

获取SQL Server身份验证要求连接到存储原始包或升级包的SQL Server数据库的密码。

public:
 property System::String ^ ServerPassword { System::String ^ get(); };
public string ServerPassword { get; }
member this.ServerPassword : string
Public ReadOnly Property ServerPassword As String

属性值

SQL Server身份验证所需的密码。

适用于