ResourceAuthorizationDataSet.ResourcesRow Members
Include Protected Members
Include Inherited Members
Represents resource authorizations information as a row in the ResourceAuthorizationDataSet.ResourcesDataTable object.
The ResourceAuthorizationDataSet.ResourcesRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
RES_EXCHANGE_SYNC | Gets or sets the Boolean value that specifies the exchange synchronization option. | |
RES_IS_WINDOWS_USER | Specifies if the resource is a windows user. | |
RES_PREVENT_ADSYNC | Gets or sets the Boolean value that specifies if the resource prevents adsync. | |
RES_UID | Gets or sets the resource GUID. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
WRES_ACCOUNT | Gets or sets the resource account. | |
WRES_AD_GUID | Gets or sets the resource authorization GUID. |
Top
Methods
Name | Description | |
---|---|---|
AcceptChanges | (Inherited from DataRow.) | |
BeginEdit | (Inherited from DataRow.) | |
CancelEdit | (Inherited from DataRow.) | |
ClearErrors | (Inherited from DataRow.) | |
Delete | (Inherited from DataRow.) | |
EndEdit | (Inherited from DataRow.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChildRows(String) | (Inherited from DataRow.) | |
GetChildRows(DataRelation) | (Inherited from DataRow.) | |
GetChildRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetChildRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetColumnError(Int32) | (Inherited from DataRow.) | |
GetColumnError(String) | (Inherited from DataRow.) | |
GetColumnError(DataColumn) | (Inherited from DataRow.) | |
GetColumnsInError | (Inherited from DataRow.) | |
GetHashCode | (Inherited from Object.) | |
GetParentRow(String) | (Inherited from DataRow.) | |
GetParentRow(DataRelation) | (Inherited from DataRow.) | |
GetParentRow(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRow(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(String) | (Inherited from DataRow.) | |
GetParentRows(DataRelation) | (Inherited from DataRow.) | |
GetParentRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetType | (Inherited from Object.) | |
HasVersion | (Inherited from DataRow.) | |
IsNull(Int32) | (Inherited from DataRow.) | |
IsNull(String) | (Inherited from DataRow.) | |
IsNull(DataColumn) | (Inherited from DataRow.) | |
IsNull(DataColumn, DataRowVersion) | (Inherited from DataRow.) | |
IsRES_EXCHANGE_SYNCNull | Determines whether the RES_EXCHANGE_SYNC property is set to a a null reference (Nothing in Visual Basic) value. | |
IsRES_IS_WINDOWS_USERNull | Determines whether the RES_IS_WINDOWS_USER property is set to a a null reference (Nothing in Visual Basic) value. | |
IsRES_PREVENT_ADSYNCNull | Determines whether the RES_PREVENT_ADSYNC property is set to a a null reference (Nothing in Visual Basic) value. | |
IsWRES_ACCOUNTNull | Determines whether the WRES_ACCOUNT property is set to a a null reference (Nothing in Visual Basic) value. | |
IsWRES_AD_GUIDNull | Determines whether the RES_IS_WINDOWS_USER property is set to a a null reference (Nothing in Visual Basic) value. | |
MemberwiseClone | (Inherited from Object.) | |
RejectChanges | (Inherited from DataRow.) | |
SetAdded | (Inherited from DataRow.) | |
SetColumnError(Int32, String) | (Inherited from DataRow.) | |
SetColumnError(String, String) | (Inherited from DataRow.) | |
SetColumnError(DataColumn, String) | (Inherited from DataRow.) | |
SetModified | (Inherited from DataRow.) | |
SetNull | (Inherited from DataRow.) | |
SetParentRow(DataRow) | (Inherited from DataRow.) | |
SetParentRow(DataRow, DataRelation) | (Inherited from DataRow.) | |
SetRES_EXCHANGE_SYNCNull | Sets the RES_EXCHANGE_SYNC property to a a null reference (Nothing in Visual Basic) value. | |
SetRES_IS_WINDOWS_USERNull | Sets the RES_IS_WINDOWS_USER property to a a null reference (Nothing in Visual Basic) value. | |
SetRES_PREVENT_ADSYNCNull | Sets the RES_PREVENT_ADSYNC property to a a null reference (Nothing in Visual Basic) value. | |
SetWRES_ACCOUNTNull | Sets the WRES_ACCOUNT property to a a null reference (Nothing in Visual Basic) value. | |
SetWRES_AD_GUIDNull | Sets the WRES_AD_GUID property to a a null reference (Nothing in Visual Basic) value. | |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top