Propriedade do RDL LogProviderTextFileClass.ID
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the identifier of the log provider.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Overridable ReadOnly Property ID As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
The identifier of the log provider.
Implementa
Comentários
For more information, see LogProvider.