PermissionDataSet.FeaturesDataTable.AddFeaturesRow メソッド (Guid, String)
このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。
名前空間: WebSvcSecurity
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Function AddFeaturesRow ( _
WSEC_FEA_ACT_UID As Guid, _
WSEC_FEA_ACT_NAME As String _
) As PermissionDataSet.FeaturesRow
'使用
Dim instance As PermissionDataSet.FeaturesDataTable
Dim WSEC_FEA_ACT_UID As Guid
Dim WSEC_FEA_ACT_NAME As String
Dim returnValue As PermissionDataSet.FeaturesRow
returnValue = instance.AddFeaturesRow(WSEC_FEA_ACT_UID, _
WSEC_FEA_ACT_NAME)
public PermissionDataSet.FeaturesRow AddFeaturesRow(
Guid WSEC_FEA_ACT_UID,
string WSEC_FEA_ACT_NAME
)
パラメーター
- WSEC_FEA_ACT_UID
型: System.Guid
- WSEC_FEA_ACT_NAME
型: System.String
戻り値
型: WebSvcSecurity.PermissionDataSet.FeaturesRow
関連項目
参照先
PermissionDataSet.FeaturesDataTable クラス