ConnectionInfo.EncryptionPassword 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the encryption password associated with the ConnectionInfo object.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public ReadOnly Property EncryptionPassword As String 
    Get
用法
Dim instance As ConnectionInfo 
Dim value As String 

value = instance.EncryptionPassword
public string EncryptionPassword { get; }
public:
property String^ EncryptionPassword {
    String^ get ();
}
member EncryptionPassword : string
function get EncryptionPassword () : String

属性值

类型:System.String
The encryption password.

请参阅

参考

ConnectionInfo 类

Microsoft.AnalysisServices 命名空间