SPColumnDefinition.Type-Eigenschaft
Ruft die Spalte SQL-Datentyp.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Type As SqlDbType
Get
Friend Set
'Usage
Dim instance As SPColumnDefinition
Dim value As SqlDbType
value = instance.Type
public SqlDbType Type { get; internal set; }
Eigenschaftswert
Typ: System.Data.SqlDbType
Gibt eine SqlDbType Darstellung der Spalte SQL-Datentyp zurück.