Proprietà EnumReferencedObjects.UsageDescription

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the usage description

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property UsageDescription As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
The usage description.

Vedere anche

Riferimento

EnumReferencedObjects Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime