Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.