Énumération Trimming
Specifies how a string type data item is trimmed.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Enumeration Trimming
'Utilisation
Dim instance As Trimming
public enum Trimming
public enum class Trimming
type Trimming
public enum Trimming
Membres
Nom de membre | Description | |
---|---|---|
Left | Specifies that the left white-space characters in a string are removed. | |
Right | Specifies that the right 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. |
Notes
Nouveau : 17 juillet 2006