Partilhar via


Propriedade do RDL StringPropertyTooLongException.MaxLength

Gets the maximum length that is allowed for the string property.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public ReadOnly Property MaxLength As Integer 
    Get
'Uso
Dim instance As StringPropertyTooLongException 
Dim value As Integer 

value = instance.MaxLength
public int MaxLength { get; }
public:
property int MaxLength {
    int get ();
}
member MaxLength : int
function get MaxLength () : int

Valor da propriedade

Tipo: System.Int32
An Int32 value that specifies the maximum length that is allowed for the string property.

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Manipulando exceções SMO

Consulte também

Referência

StringPropertyTooLongException Classe

Namespace Microsoft.SqlServer.Management.Dmf