Partager via


Méthode ITsSbResourcePluginStore ::SetTargetProperty (sbtsv.h)

Définit la valeur d’une propriété d’une cible.

Syntaxe

HRESULT SetTargetProperty(
  [in] BSTR    TargetName,
  [in] BSTR    PropertyName,
  [in] VARIANT *pProperty
);

Paramètres

[in] TargetName

Nom de la cible.

[in] PropertyName

Nom de la propriété.

[in] pProperty

Pointeur vers la valeur à définir.

Valeur retournée

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

Condition requise Valeur
Client minimal pris en charge Aucun pris en charge
Serveur minimal pris en charge Windows Server 2012
Plateforme cible Windows
En-tête sbtsv.h

Voir aussi

ITsSbResourcePluginStore

ITsSbResourcePluginStoreEx

SetTargetPropertyWithVersionCheck