Proprietà LogProviderHostClass.ID
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the identifier of the log provider.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property ID As String
Get
'Utilizzo
Dim instance As LogProviderHostClass
Dim value As String
value = instance.ID
public virtual string ID { get; }
public:
virtual property String^ ID {
String^ get ();
}
abstract ID : string
override ID : string
function get ID () : String
Valore proprietà
Tipo: System.String
The identifier of the log provider.
Implementa
Osservazioni
For more information, see LogProvider.