DataItem.Trimming Property
Gets or sets the trimming specification for string type DataItem
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<DefaultValueAttribute(Trimming.Right)> _
Public Property Trimming As Trimming
[DefaultValueAttribute(Trimming.Right)]
public Trimming Trimming { get; set; }
[DefaultValueAttribute(Trimming::Right)]
public:
property Trimming Trimming {
Trimming get ();
void set (Trimming value);
}
/** @property */
public Trimming get_Trimming ()
/** @property */
public void set_Trimming (Trimming value)
public function get Trimming () : Trimming
public function set Trimming (value : Trimming)
Property Value
A Trimming value defining how a string type DataItem is treated.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
DataItem Class
DataItem Members
Microsoft.AnalysisServices Namespace