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 | |
---|---|---|
ObjectReference | Gets the actual list that the simple list references. | |
Properties | Gets the simple indexer of the properties list. | |
RelatedContainers | Gets the simple indexer of children list. | |
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. | |
Urn | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top