Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Adds an existing InventoryInstanceElementFileSystemFile to the software inventory.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddFileSystemFileInstanceToInventory(
InventoryInstanceElementFileSystemFile fileInstance
)
public:
void AddFileSystemFileInstanceToInventory(
InventoryInstanceElementFileSystemFile^ fileInstance
)
Public Sub AddFileSystemFileInstanceToInventory (
fileInstance As InventoryInstanceElementFileSystemFile
)
Parameters
fileInstance
Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceElementFileSystemFileExisting InventoryInstanceElementFileSystemFile instance.
See Also
ConfigMgrSoftwareInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top