UsageLocation-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
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