ServerPassword 属性
获取 SQL Server 身份验证连接到存储原始或升级的 Integration Services 包的 SQL Server 数据库所需的密码。
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public ReadOnly Property ServerPassword As String
Get
用法
Dim instance As StorageInfo
Dim value As String
value = instance.ServerPassword
public string ServerPassword { get; }
public:
property String^ ServerPassword {
String^ get ();
}
member ServerPassword : string
function get ServerPassword () : String
属性值
类型:System. . :: . .String
SQL Server 身份验证所需的密码。