IDTSExtendedProperties100 介面
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Represents a collection of IDTSExtendedProperty100 objects.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
<GuidAttribute("8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")> _
Public Interface IDTSExtendedProperties100 _
Inherits IEnumerable
'用途
Dim instance As IDTSExtendedProperties100
[GuidAttribute("8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")]
public interface IDTSExtendedProperties100 : IEnumerable
[GuidAttribute(L"8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")]
public interface class IDTSExtendedProperties100 : IEnumerable
[<GuidAttribute("8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")>]
type IDTSExtendedProperties100 =
interface
interface IEnumerable
end
public interface IDTSExtendedProperties100 extends IEnumerable
IDTSExtendedProperties100 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
Count | 基礎結構。Gets the number of elements contained in the collection. |
![]() |
Item | 基礎結構。Gets an IDTSExtendedProperty100 object from the collection. |
上層
方法
名稱 | 說明 | |
---|---|---|
![]() |
Add | 基礎結構。Adds a new, empty IDTSExtendedProperty100 object to the end of the collection. |
![]() |
GetEnumerator | 基礎結構。Returns an enumerator for iterating over the collection. |
![]() |
Remove | 基礎結構。Removes an IDTSExtendedProperty100 object from the collection. |
上層