IDmfObjectInfo Interface

An interface that represents object information in Policy-Based Management.

Namespace:  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Interface IDmfObjectInfo
'Usage
Dim instance As IDmfObjectInfo
public interface IDmfObjectInfo
public interface class IDmfObjectInfo
type IDmfObjectInfo =  interface end
public interface IDmfObjectInfo

The IDmfObjectInfo type exposes the following members.

Properties

  Name Description
Public property ObjectPath Gets the path of the object.
Public property RootPath Gets the path of the root object.

Top