Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the drive letter where the Internet Storage Name Service (iSNS) resource stores the database. The following table summarizes the attributes of the DatabaseStorage property.
| Attribute | Value |
|---|---|
| Data type |
Null-terminated Unicode string |
| Access |
Read/write |
| Status |
TBD |
| Structure |
CLUSPROP_SZ |
| Minimum |
NULL |
| Maximum |
Z: |
| Default |
NULL |
Examples
The property value portion of a property list entry for DatabaseStorage can be set with the following example code:
WCHAR szDatabaseStorageData[] = L"R:";
CLUSPROP_SZ_DECLARE( DatabaseStorageValue,
sizeof(szDatabaseStorageData) / sizeof(WCHAR) );
DatabaseStorageValue.Syntax.dw = CLUSPROP_SYNTAX_LIST_VALUE_SZ;
DatabaseStorageValue.cbLength = sizeof( szDatabaseStorageData );
StringCbCopy( DatabaseStorageValue.sz,
DatabaseStorageValue.cbLength,
szDatabaseStorageData );
Requirements
| Minimum supported client |
None supported |
| Minimum supported server |
Windows Server 2008 Datacenter, Windows Server 2008 Enterprise |