Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.