PackageRemote64Class.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 PackageRemote64Class
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
A LogProviders collection.