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 的硬件和软件要求。