Trimming Enumeration
Specifies how a string type data item is trimmed.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
語法
'宣告
Public Enumeration Trimming
public enum Trimming
public enum class Trimming
public enum Trimming
public enum Trimming
Members
Member name | Description |
---|---|
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 日
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。