Bagikan melalui


EnumReferencedObjects.UsageLocation Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Property Value

Type: System.String
The usage location.

See Also

Reference

EnumReferencedObjects Class

Microsoft.SqlServer.Dts.Runtime Namespace