Share via


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.
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.

注释

新增日期: 2006 年 7 月 17 日