IAppHostPropertySchema::IsCombinedKey-Eigenschaft
Bestimmt, ob eine Eigenschaft Teil eines Mehrfach-Attributschlüssels für eine Auflistung ist.
Syntax
HRESULT get_IsCombinedKey(
[out,
retval] VARIANT_BOOL* pfIsCombinedKey
);
Parameter
pfIsCombinedKey
Ein Zeiger auf ein VARIANT_BOOL
. VARIANT_TRUE
, wenn die Eigenschaft Teil eines Schlüssels mit mehreren Attributen ist; VARIANT_FALSE
andernfalls .
Rückgabewert
HRESULT
. Mögliches Werte (aber nicht die Einzigen) sind die in der folgenden Tabelle.
Wert | BESCHREIBUNG |
---|---|
S_OK | Gibt an, dass der Vorgang erfolgreich war. |
Bemerkungen
Das binding
-Element ist ein Beispiel für einen kombinierten Schlüssel. Im folgenden Beispiel enthält protocol
das binding
Element attribute undbindingInformation
, die Teil eines kombinierten Schlüssels sind.
<element name="bindings">
<collection addElement="binding" clearElement="clear">
<attribute name="protocol" type="string" required="true" isCombinedKey="true" validationType="nonEmptyString" />
<attribute name="bindingInformation" type="string" required="true" isCombinedKey="true" validationType="nonEmptyString" />
</collection>
</element>
Das bindings
-Element kann eine beliebige Anzahl von Elementen enthalten, die über dasselbe protocol
Attribut verfügen. Das bindings
-Element darf jedoch nicht mehr als ein binding
Element enthalten, das über die gleichen protocol
Attribute und verfügt bindingInformation
.
Anforderungen
type | BESCHREIBUNG |
---|---|
Client | – IIS 7.0 unter Windows Vista – IIS 7.5 unter Windows 7 – IIS 8.0 unter Windows 8 – IIS 10.0 unter Windows 10 |
Server | – IIS 7.0 unter Windows Server 2008 – IIS 7.5 unter Windows Server 2008 R2 – IIS 8.0 unter Windows Server 2012 – IIS 8.5 unter Windows Server 2012 R2 – IIS 10.0 unter Windows Server 2016 |
Produkt | – IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 - IIS Express 7.5, IIS Express 8.0, IIS Express 10.0 |
Header | Ahadmin.h |
Weitere Informationen
IAppHostPropertySchema-Schnittstelle
IAppHostPropertySchema::IsUniqueKey-Eigenschaft