Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets the actual list that the simple list references.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
ReadOnly Property ObjectReference As Object
Get
'Usage
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
Property Value
Type: System.Object
An object that represents the actual list that the simple list references.