Méthode RemoveReference
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see ObjectReferenceTracker.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub RemoveReference ( _
ObjectNameOrID As String, _
RefType As DTSObjectReferenceType, _
<OutAttribute> ByRef RefListID As Integer _
)
'Utilisation
Dim instance As IDTSObjectReferenceTracker100
Dim ObjectNameOrID As String
Dim RefType As DTSObjectReferenceType
Dim RefListID As Integer
instance.RemoveReference(ObjectNameOrID, _
RefType, RefListID)
void RemoveReference(
string ObjectNameOrID,
DTSObjectReferenceType RefType,
out int RefListID
)
void RemoveReference(
[InAttribute] String^ ObjectNameOrID,
[InAttribute] DTSObjectReferenceType RefType,
[InAttribute] [OutAttribute] int% RefListID
)
abstract RemoveReference :
ObjectNameOrID:string *
RefType:DTSObjectReferenceType *
RefListID:int byref -> unit
function RemoveReference(
ObjectNameOrID : String,
RefType : DTSObjectReferenceType,
RefListID : int
)