ConnectionInfo.CharacterEncoding Property

Gets the character encoding value associated with the ConnectionInfo object.

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

Syntax

'Declaration
Public ReadOnly Property CharacterEncoding As Encoding 
    Get
'Usage
Dim instance As ConnectionInfo 
Dim value As Encoding 

value = instance.CharacterEncoding
public Encoding CharacterEncoding { get; }
public:
property Encoding^ CharacterEncoding {
    Encoding^ get ();
}
member CharacterEncoding : Encoding
function get CharacterEncoding () : Encoding

Property Value

Type: System.Text.Encoding
The encoding scheme applied.

See Also

Reference

ConnectionInfo Class

Microsoft.AnalysisServices Namespace