Compartilhar via


Propriedade do RDL EnumReferencedObjects.UsageLocation

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the usage location.

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

Sintaxe

'Declaração
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 da propriedade

Tipo: System.String
The usage location.

Consulte também

Referência

EnumReferencedObjects Classe

Namespace Microsoft.SqlServer.Dts.Runtime