Compartir a través de


EnumReferencedObjects.UsageLocation Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the usage location.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property UsageLocation As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
The usage location.

Vea también

Referencia

EnumReferencedObjects Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime