Condividi tramite


Proprietà IDTSEnumReferencedObjects100.UsageLocation

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see EnumReferencedObjects.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property UsageLocation As String 
    Get
'Utilizzo
Dim instance As IDTSEnumReferencedObjects100 
Dim value As String 

value = instance.UsageLocation
string UsageLocation { get; }
property String^ UsageLocation {
    String^ get ();
}
abstract UsageLocation : string
function get UsageLocation () : String

Valore proprietà

Tipo: System.String

Vedere anche

Riferimento

IDTSEnumReferencedObjects100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper