Enumeración Trimming

Specifies how a string type data item is trimmed.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

C#
public enum Trimming

Miembros

Nombre del miembro Descripción
Left Specifies that the left white-space characters in a string are removed.
LeftRight Specifies that the both left and right white-space characters in a string are removed.
None Specifies that the no white-space characters are removed.
Right Specifies that the right white-space characters in a string are removed.

Comentarios

Nuevo:   17 de julio de 2006

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices