DataInputTypeMaxLength Property |
Gets or sets the maximum length (for string and binary data types).
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic int? MaxLength { get; set; }Public Property MaxLength As Integer?
Get
Set
public:
property Nullable<int> MaxLength {
Nullable<int> get ();
void set (Nullable<int> value);
}member MaxLength : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also