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.