Propriété ConnectionInfo.CharacterEncoding
Gets the character encoding value associated with the ConnectionInfo object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CharacterEncoding As Encoding
Get
'Utilisation
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
Valeur de propriété
Type : System.Text.Encoding
The encoding scheme applied.