IIndexDefinition is optional for providers that do not otherwise support index creation; it is mandatory for providers that support creating and dropping indexes through commands.展开表 Method Description CreateIndex Adds a new index to a base table. DropIndex Drops an index from a base table....
image consultant image cytophotometry image definitionm image design of legis image digitization image filtering funct image finding image focusing electr image formats support image fusion algorith image galleries image generalization image gradient image health image illumination image input options image loss...
interface conversion interface definition interface definition interface identificat interface principle interface region interface requirement interface sequence ti interface session pro interface survey interface tensiometer interface to business interface with logist interface virtual con interfacekit interface fuel-...
Definition of an Access Control List object. IPermissionService - Interface in com.sapportals.portal.prt.service.permissionservice Created: Thu Mar 14 16:54:53 2002 IPersonalizationData - Interface in com.sap.portal.pcm.personalization The class that holds personalization synchronization data. IPersona...
DefinitionNamespace: Microsoft.Office.Interop.Excel Assembly: Microsoft.Office.Interop.Excel.dll C# 複製 public string ImLog10 (object Arg1); Parameters Arg1 Object Returns String Applies to 產品版本 Excel primary interop assembly Latest
IDL: See Interface Definition Language (IDL). I-frame: A video frame that is encoded as a single image, such that it can be decoded without any dependencies on previous frames. Also referred to as Intra-Coded frame, Intra frame, and key frame. IM MCU: A Multipoint Control Unit (MCU)...
Definition Namespace: Windows.Foundation.Collections Edit Represents a random-access collection of elements. .NET This interface appears to .NET code as System.Collections.Generic.IList<T> due to .NET language projection. In any case where a Windows Runtime type has implemented IVector<T>, ....
IRectangle.Index Property Reference Feedback Definition Namespace: Microsoft.Office.Interop.Excel Assembly: Microsoft.Office.Interop.Excel.dll C# 複製 public int Index { get; } Property Value Int32 Applies to 產品版本 Excel primary interop assembly Latest 意見反映 此頁面有幫助嗎? 是 否 ...
IRecentFile.Index Property Reference Feedback Definition Namespace: Microsoft.Office.Interop.Excel Assembly: Microsoft.Office.Interop.Excel.dll C# 複製 public int Index { get; } Property Value Int32 Applies to 產品版本 Excel primary interop assembly Latest 意見反映 此頁面有幫助嗎? 是 否 ...
(); return rval; } public void CopyTo(T[] array, int index) { lock (m_lockObject) m_sequentialStack.CopyTo(array, index); } // // Support for IEnumerable(T) // public IEnumerator<T> GetEnumerator() { // The performance here will be unfortunate for large stacks, // but thread-...