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
- name
Type: System.String
- type
Type: System.Data.SqlDbType
- size
Type: System.Int32
- order
Type: System.Int32
- maxValue
Type: System.Int32
See also
Reference
SPPersistedColumnDefinition class
SPPersistedColumnDefinition members