SPSimpleUsageEventDataAccess.GetPropertyType method
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetPropertyType ( _
propertyType As SqlDbType _
) As Type
'Usage
Dim propertyType As SqlDbType
Dim returnValue As Type
returnValue = SPSimpleUsageEventDataAccess.GetPropertyType(propertyType)
public static Type GetPropertyType(
SqlDbType propertyType
)
Parameters
- propertyType
Type: System.Data.SqlDbType
Return value
Type: System.Type
See also
Reference
SPSimpleUsageEventDataAccess class