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 命名空间