IDTSVariables100 介面
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Provides properties and methods for working on a collection of IDTSVariable100 objects.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
<GuidAttribute("44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")> _
Public Interface IDTSVariables100 _
Inherits IEnumerable
'用途
Dim instance As IDTSVariables100
[GuidAttribute("44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")]
public interface IDTSVariables100 : IEnumerable
[GuidAttribute(L"44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")]
public interface class IDTSVariables100 : IEnumerable
[<GuidAttribute("44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")>]
type IDTSVariables100 =
interface
interface IEnumerable
end
public interface IDTSVariables100 extends IEnumerable
IDTSVariables100 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Count | 基礎結構。Gets the number of elements contained in the collection. | |
Item | 基礎結構。Gets an IDTSVariable100 object from the collection. | |
Locked | 基礎結構。Gets a value that indicates whether the variables in the collection are locked. |
上層
方法
名稱 | 說明 | |
---|---|---|
Add | 基礎結構。Adds a IDTSVariable100 object to the collection. | |
Contains | 基礎結構。Determines whether the items in the collection can be accessed by using indexing without throwing an exception. | |
GetEnumerator | 基礎結構。Returns an IEnumerator enumerator for use in iterating over the collection. | |
Join | 基礎結構。Joins the IDTSVariable100 to the collection. | |
Remove | 基礎結構。Removes an IDTSVariable100 object from the collection. | |
Unlock | 基礎結構。Releases the locks on the collection and flags the state of the collection as invalid or unknown. |
上層