ConnectionInfo.EncryptionPassword Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the encryption password associated with the ConnectionInfo object.

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

Syntax

public string EncryptionPassword { get; }
public:
property String^ EncryptionPassword {
    String^ get();
}
member EncryptionPassword : string with get
Public ReadOnly Property EncryptionPassword As String

Property Value

Type: System.String

The encryption password.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top