ConnectionInfo.CharacterEncoding Property

 

Applies To: SQL Server (starting with 2016)

Gets the character encoding value associated with the ConnectionInfo object.

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

Syntax

public Encoding CharacterEncoding { get; }
public:
property Encoding^ CharacterEncoding {
    Encoding^ get();
}
member CharacterEncoding : Encoding with get
Public ReadOnly Property CharacterEncoding As Encoding

Property Value

Type: System.Text.Encoding

The encoding scheme applied.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top