共用方式為


ISfcSimpleNode.ObjectReference 屬性

Gets the actual list that the simple list references.

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
ReadOnly Property ObjectReference As Object 
    Get
'用途
Dim instance As ISfcSimpleNode 
Dim value As Object 

value = instance.ObjectReference
Object ObjectReference { get; }
property Object^ ObjectReference {
    Object^ get ();
}
abstract ObjectReference : Object
function get ObjectReference () : Object

屬性值

型別:System.Object
An object that represents the actual list that the simple list references.

請參閱

參考

ISfcSimpleNode 介面

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間