Proprietà EnumReferencedObjects.Object

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the referenced objects.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Object As Object 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Object
The referenced objects.

Vedere anche

Riferimento

EnumReferencedObjects Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime