Filter.FieldBase コンストラクター (String, String)
DataTableと指定した名前を使用して、 FieldBaseオブジェクトのインスタンスを作成します。
名前空間: Microsoft.Office.Project.Server.Library
アセンブリ: Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)
構文
'宣言
Protected Sub New ( _
tableName As String, _
fieldName As String _
)
'使用
Dim tableName As String
Dim fieldName As String
Dim instance As New Filter.FieldBase(tableName, _
fieldName)
protected FieldBase(
string tableName,
string fieldName
)
パラメーター
tableName
型: System.Stringそのフィールドが所属するDataTableの名前。
fieldName
型: System.Stringフィルター フィールドの名前。