ConnectionInfo.EncryptionPassword Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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
Property Value
Type: System.String