Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the referenced objects.
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
The referenced objects.