Property 建構函式 (PropertyType, Int32, String, String, Int32, VarEnum, String, Classification, Boolean, Boolean)
保留給內部使用。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Protected Friend Sub New ( _
propertyType As PropertyType, _
winprojPid As Integer, _
databasePropertyIdentifier As String, _
databaseColumnName As String, _
size As Integer, _
varEnum As VarEnum, _
tableName As String, _
classification As Classification, _
isFixedLength As Boolean, _
mayDefer As Boolean _
)
'用途
Dim propertyType As PropertyType
Dim winprojPid As Integer
Dim databasePropertyIdentifier As String
Dim databaseColumnName As String
Dim size As Integer
Dim varEnum As VarEnum
Dim tableName As String
Dim classification As Classification
Dim isFixedLength As Boolean
Dim mayDefer As Boolean
Dim instance As New [Property](propertyType, _
winprojPid, databasePropertyIdentifier, _
databaseColumnName, size, varEnum, _
tableName, classification, isFixedLength, _
mayDefer)
protected internal Property(
PropertyType propertyType,
int winprojPid,
string databasePropertyIdentifier,
string databaseColumnName,
int size,
VarEnum varEnum,
string tableName,
Classification classification,
bool isFixedLength,
bool mayDefer
)
參數
- propertyType
類型:Microsoft.Office.Project.Server.Library.PropertyType
- winprojPid
類型:System.Int32
- databasePropertyIdentifier
類型:System.String
- databaseColumnName
類型:System.String
- size
類型:System.Int32
- varEnum
類型:System.Runtime.InteropServices.VarEnum
- tableName
類型:System.String
- classification
類型:Microsoft.Office.Project.Server.Library.Classification
- isFixedLength
類型:System.Boolean
- mayDefer
類型:System.Boolean