Enumeração Trimming

Specifies how a string type data item is trimmed.

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

Sintaxe

C#
public enum Trimming

Membros

Nome do membro Descrição
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.

Comentários

Novo:   17 de julho de 2006

Consulte também

Referência

Namespace Microsoft.AnalysisServices