IDTSObjectReferenceTracker100.RemoveReference 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
void RemoveReference(System::String ^ ObjectNameOrID, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::DTSObjectReferenceType RefType, [Runtime::InteropServices::Out] int % RefListID);
[System.Runtime.InteropServices.DispId(1610743809)]
public void RemoveReference(string ObjectNameOrID, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.DTSObjectReferenceType RefType, out int RefListID);
[<System.Runtime.InteropServices.DispId(1610743809)>]
abstract member RemoveReference : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.DTSObjectReferenceType * int -> unit
Public Sub RemoveReference (ObjectNameOrID As String, RefType As DTSObjectReferenceType, ByRef RefListID As Integer)
參數
- ObjectNameOrID
- String
- RefType
- DTSObjectReferenceType
- RefListID
- Int32
- 屬性