Freigeben über


EnumReferencedObjects.UsageLocation-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the usage location.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public ReadOnly Property UsageLocation As String 
    Get
'Usage
Dim instance As EnumReferencedObjects 
Dim value As String 

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

Eigenschaftswert

Typ: System.String
The usage location.

Siehe auch

Verweis

EnumReferencedObjects Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace