Freigeben über


ConnectionInfo.CharacterEncoding-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

ConnectionInfo Klasse

Microsoft.AnalysisServices-Namespace