Partager via


Property - Constructeur (PropertyType, Int32, String, String, Int32, VarEnum, String, Classification, Boolean, Boolean)

Réservé à une utilisation interne.

Espace de noms :  Microsoft.Office.Project.Server.Library
Assembly :  Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)

Syntaxe

'Déclaration
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 _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

Property classe

Property - Membres

Property - Surcharge

Microsoft.Office.Project.Server.Library - Espace de noms