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일

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스