ISfcSimpleNode Interface

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

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

The ISfcSimpleNode type exposes the following members.

Properties

  Name Description
Public property ObjectReference Gets the actual list that the simple list references.
Public property Properties Gets the simple indexer of the properties list.
Public property RelatedContainers Gets the simple indexer of children list.
Public property RelatedObjects Gets the value of the dictionary as a list of children. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Urn Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top