SPPersistedColumnDefinition constructor (String, SqlDbType, Int32, Int32, Int32)

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    type As SqlDbType, _
    size As Integer, _
    order As Integer, _
    maxValue As Integer _
)
'Usage
Dim name As String
Dim type As SqlDbType
Dim size As Integer
Dim order As Integer
Dim maxValue As Integer

Dim instance As New SPPersistedColumnDefinition(name, type, _
    size, order, maxValue)
public SPPersistedColumnDefinition(
    string name,
    SqlDbType type,
    int size,
    int order,
    int maxValue
)

Parameters

See also

Reference

SPPersistedColumnDefinition class

SPPersistedColumnDefinition members

SPPersistedColumnDefinition overload

Microsoft.SharePoint.Administration namespace