Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Sets or gets a value that controls how user security identifier (SID) are resolved to user names.
This property is read/write.
Syntax
iUserNameResolution = DiskQuotaControl.UserNameResolution
DiskQuotaControl.UserNameResolution = iUserNameResolution
Property value
This property can be set to one of the following values.
| Resolution Type | Value | Description |
|---|---|---|
| dqResolveNone | 0 | Do not resolve user name information. |
| dqResolveSync | 1 | Wait while resolving name information. |
| dqResolveAsync | 2 | Do not wait while resolving name information. The OnUserNameChanged event fires when the name is resolved. |
Remarks
This property affects the enumeration of DIDiskQuotaUser objects, and the AddUser and FindUser methods.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| DLL |
|
See also