Trimming 列舉
Specifies how a string type data item is trimmed.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Enumeration Trimming
'用途
Dim instance As Trimming
public enum Trimming
public enum class Trimming
type Trimming
public enum Trimming
成員
成員名稱 | 說明 | |
---|---|---|
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. |
備註
新增: 2006 年 7 月 17 日