Condividi tramite


Enumerazione Trimming

Specifies how a string type data item is trimmed.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Enumeration Trimming
'Utilizzo
Dim instance As Trimming
public enum Trimming
public enum class Trimming
type Trimming
public enum Trimming

Membri

Nome membro Descrizione
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.

Osservazioni

Novità:   17 luglio 2006

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices