IDTSObjectReferenceTracker100.RemoveReference Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void RemoveReference(System::String ^ ObjectNameOrID, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSObjectReferenceType RefType, [Runtime::InteropServices::Out] int % RefListID);
[System.Runtime.InteropServices.DispId(1610743809)]
public void RemoveReference (string ObjectNameOrID, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTSObjectReferenceType RefType, out int RefListID);
[<System.Runtime.InteropServices.DispId(1610743809)>]
abstract member RemoveReference : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTSObjectReferenceType * int -> unit
Public Sub RemoveReference (ObjectNameOrID As String, RefType As DTSObjectReferenceType, ByRef RefListID As Integer)
Parameters
- ObjectNameOrID
- String
- RefType
- DTSObjectReferenceType
- RefListID
- Int32
- Attributes