IDTSConnectionManagerCacheColumns100.Item[Object] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得集合中指定的資料行。
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerCacheColumn100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerCacheColumn100 ^ get(System::Object ^ Key); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerCacheColumn100 this[object Key] { [System.Runtime.InteropServices.DispId(0)] get; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
member this.Item(obj) : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerCacheColumn100
Default Public ReadOnly Property Item(Key As Object) As IDTSConnectionManagerCacheColumn100
參數
- Key
- Object
要取得的資料行。
屬性值
資料行物件。
- 屬性
備註
如需詳細資訊,請參閱ConnectionManager。