MaximumLength propriété
Gets the maximum length of the data type.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Property MaximumLength As Integer
Get
Set
'Utilisation
Dim instance As DataType
Dim value As Integer
value = instance.MaximumLength
instance.MaximumLength = value
public int MaximumLength { get; set; }
public:
property int MaximumLength {
int get ();
void set (int value);
}
member MaximumLength : int with get, set
function get MaximumLength () : int
function set MaximumLength (value : int)
Valeur de la propriété
Type : System. . :: . .Int32
An Int32 value that specifies the maximum length of the data type.
Voir aussi