Método IDTSObjectReferenceTracker100.AddReference
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Adds a reference to a list for reference tracking.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Sub AddReference ( _
ObjectNameOrID As String, _
RefType As DTSObjectReferenceType, _
<OutAttribute> ByRef RefListID As Integer _
)
'Uso
Dim instance As IDTSObjectReferenceTracker100
Dim ObjectNameOrID As String
Dim RefType As DTSObjectReferenceType
Dim RefListID As Integer
instance.AddReference(ObjectNameOrID, _
RefType, RefListID)
void AddReference(
string ObjectNameOrID,
DTSObjectReferenceType RefType,
out int RefListID
)
void AddReference(
[InAttribute] String^ ObjectNameOrID,
[InAttribute] DTSObjectReferenceType RefType,
[InAttribute] [OutAttribute] int% RefListID
)
abstract AddReference :
ObjectNameOrID:string *
RefType:DTSObjectReferenceType *
RefListID:int byref -> unit
function AddReference(
ObjectNameOrID : String,
RefType : DTSObjectReferenceType,
RefListID : int
)
Parâmetros
- ObjectNameOrID
Tipo: System.String
The object name or ID of the object that owns the list.
- RefType
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectReferenceType
The type of reference to be tracked.
- RefListID
Tipo: System.Int32%
The identifier of the reference list.