Share via


EnumReferencedObjects.Object Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public ReadOnly Property Object As Object
    Get
'Usage
Dim instance As EnumReferencedObjects
Dim value As Object

value = instance.Object
public Object Object { get; }
public:
property Object^ Object {
    Object^ get ();
}
member Object : Object
function get Object () : Object

Property Value

Type: System.Object