StringPropertyTooLongException 构造函数 (String, Int32, Int32)
命名空间: Microsoft.SqlServer.Management.Dmf
程序集: Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)
语法
声明
Public Sub New ( _
propertyName As String, _
maxLength As Integer, _
currentLength As Integer _
)
用法
Dim propertyName As String
Dim maxLength As Integer
Dim currentLength As Integer
Dim instance As New StringPropertyTooLongException(propertyName, _
maxLength, currentLength)
public StringPropertyTooLongException(
string propertyName,
int maxLength,
int currentLength
)
public:
StringPropertyTooLongException(
String^ propertyName,
int maxLength,
int currentLength
)
new :
propertyName:string *
maxLength:int *
currentLength:int -> StringPropertyTooLongException
public function StringPropertyTooLongException(
propertyName : String,
maxLength : int,
currentLength : int
)
参数
- propertyName
类型:System. . :: . .String
- maxLength
类型:System. . :: . .Int32
- currentLength
类型:System. . :: . .Int32