Proprietà LogProviderTextFileClass.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 LogProviderTextFileClass 
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

IDTSName100.ID

Osservazioni

For more information, see LogProvider.

Vedere anche

Riferimento

LogProviderTextFileClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper