Filter.CustomField コンストラクター (String, Guid, Filter.PropertyTypeEnum)
DataTableを指定した名前、ユーザー設定フィールドの GUID、およびプロパティの型を使用して、 Filter.CustomFieldオブジェクトのインスタンスを作成します。
名前空間: Microsoft.Office.Project.Server.Library
アセンブリ: Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)
構文
'宣言
Public Sub New ( _
tableName As String, _
customFieldUid As Guid, _
propertyType As Filter.PropertyTypeEnum _
)
'使用
Dim tableName As String
Dim customFieldUid As Guid
Dim propertyType As Filter.PropertyTypeEnum
Dim instance As New Filter.CustomField(tableName, _
customFieldUid, propertyType)
public CustomField(
string tableName,
Guid customFieldUid,
Filter.PropertyTypeEnum propertyType
)
パラメーター
tableName
型: System.String名前のDataTableの。たとえば、 ResourceDataSet.ResourceCustomFieldsテーブルです。
customFieldUid
型: System.Guidユーザー設定フィールドの GUID。
propertyType
型: Microsoft.Office.Project.Server.Library.Filter.PropertyTypeEnumユーザー設定フィールドのプロパティの型。