PackageClass.LogProviders 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the collection of log providers associated with the package.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
Public Overridable ReadOnly Property LogProviders As IDTSLogProviders100 
    Get
用法
Dim instance As PackageClass 
Dim value As IDTSLogProviders100 

value = instance.LogProviders
public virtual IDTSLogProviders100 LogProviders { get; }
public:
virtual property IDTSLogProviders100^ LogProviders {
    IDTSLogProviders100^ get ();
}
abstract LogProviders : IDTSLogProviders100 
override LogProviders : IDTSLogProviders100
function get LogProviders () : IDTSLogProviders100

属性值

类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProviders100
The collection of log providers associated with the package.

实现

IDTSPackage100.LogProviders

注释

For more information, see Package.

请参阅

参考

PackageClass 类

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间