IDTSObjectReferenceTracker100.SetListInfo(Int32, String, String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Fornisce metadati per una lista di riferimento esistente.
public:
void SetListInfo(int RefListID, System::String ^ UsageLocation, System::String ^ UsageDescription);
[System.Runtime.InteropServices.DispId(1610743811)]
public void SetListInfo(int RefListID, string UsageLocation, string UsageDescription);
[<System.Runtime.InteropServices.DispId(1610743811)>]
abstract member SetListInfo : int * string * string -> unit
Public Sub SetListInfo (RefListID As Integer, UsageLocation As String, UsageDescription As String)
Parametri
- RefListID
- Int32
L'identificatore di lista in cui si trova attualmente l'oggetto.
- UsageLocation
- String
Il luogo in cui l'oggetto viene utilizzato.
- UsageDescription
- String
Una descrizione che spiega dove l'oggetto viene utilizzato.
- Attributi