Freigeben über


Trimming Enumeration

Specifies how a string type data item is trimmed.

Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

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

Hinweise

Neu:17. Juli 2006

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.AnalysisServices Namespace