LogProviderSQLServerClass.ID Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the identifier of the log provider.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable ReadOnly Property ID As String
Get
'Uso
Dim instance As LogProviderSQLServerClass
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
Valor de la propiedad
Tipo: System.String
The identifier of the log provider.
Implementa
Comentarios
For more information, see LogProvider.