다음을 통해 공유


IFsrmObject Interface

 

Base class for all FSRM objects.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

[GuidAttribute("22BCEF93-4A3F-4183-89F9-2F8B8A628AEE")]
public interface IFsrmObject
[GuidAttribute("22BCEF93-4A3F-4183-89F9-2F8B8A628AEE")]
public interface class IFsrmObject
[<GuidAttribute("22BCEF93-4A3F-4183-89F9-2F8B8A628AEE")>]
type IFsrmObject = interface end
<GuidAttribute("22BCEF93-4A3F-4183-89F9-2F8B8A628AEE")>
Public Interface IFsrmObject

Properties

Name Description
System_CAPS_pubproperty Description

Retrieves or sets the description of the object.

System_CAPS_pubproperty id

Retrieves the identifier of the object.

Methods

Name Description
System_CAPS_pubmethod Commit()

Saves the object in the server's list of objects.

System_CAPS_pubmethod Delete()

Removes the object from the server's list of objects.

See Also

Microsoft.Storage Namespace

Return to top