EnumReferencedObjects.UsageLocation Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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