Freigeben über


ConnectionInfo.EncryptionPassword-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the encryption password associated with the ConnectionInfo object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public ReadOnly Property EncryptionPassword As String 
    Get
'Usage
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

Eigenschaftswert

Typ: System.String
The encryption password.

Siehe auch

Verweis

ConnectionInfo Klasse

Microsoft.AnalysisServices-Namespace