Compartir a través de


EnumReferencedObjects.UsageDescription 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 description

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

Sintaxis

'Declaración
Public ReadOnly Property UsageDescription As String 
    Get
'Uso
Dim instance As EnumReferencedObjects 
Dim value As String 

value = instance.UsageDescription
public string UsageDescription { get; }
public:
property String^ UsageDescription {
    String^ get ();
}
member UsageDescription : string
function get UsageDescription () : String

Valor de la propiedad

Tipo: System.String
The usage description.

Vea también

Referencia

EnumReferencedObjects Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime