task
stringlengths 24
71
| input
stringlengths 8
2.38k
| output
stringlengths 1
2.34k
| options
sequence | pageTitle
stringlengths 4
140
| outputColName
stringlengths 1
79
| url
stringlengths 41
160
| wdcFile
stringlengths 71
74
|
---|---|---|---|---|---|---|---|
92c5925d_numeration__System_Reflection___Member_name | [Description] Indicates that the method has security associated with it. Reserved flag for runtime use only. [Member name] | HasSecurity | [] | MethodAttributes Enumeration (System.Reflection) | Member name | https://msdn.microsoft.com/en-us/library/Vstudio/system.reflection.methodattributes | 37/1438042982013.25_20150728002302-00329-ip-10-236-191-2_876432970_0.json |
92c5925d_numeration__System_Reflection___Member_name | [Description] Indicates that the method hides by name and signature; otherwise, by name only. [Member name] | HideBySig | [] | MethodAttributes Enumeration (System.Reflection) | Member name | https://msdn.microsoft.com/en-us/library/Vstudio/system.reflection.methodattributes | 37/1438042982013.25_20150728002302-00329-ip-10-236-191-2_876432970_0.json |
92c5925d_numeration__System_Reflection___Member_name | [Description] Retrieves accessibility information. [Member name] | MemberAccessMask | [] | MethodAttributes Enumeration (System.Reflection) | Member name | https://msdn.microsoft.com/en-us/library/Vstudio/system.reflection.methodattributes | 37/1438042982013.25_20150728002302-00329-ip-10-236-191-2_876432970_0.json |
92c5925d_numeration__System_Reflection___Member_name | [Description] Indicates that the method always gets a new slot in the vtable. [Member name] | NewSlot | [] | MethodAttributes Enumeration (System.Reflection) | Member name | https://msdn.microsoft.com/en-us/library/Vstudio/system.reflection.methodattributes | 37/1438042982013.25_20150728002302-00329-ip-10-236-191-2_876432970_0.json |
92c5925d_numeration__System_Reflection___Member_name | [Description] Indicates that the method implementation is forwarded through PInvoke (Platform Invocation Services). [Member name] | PinvokeImpl | [] | MethodAttributes Enumeration (System.Reflection) | Member name | https://msdn.microsoft.com/en-us/library/Vstudio/system.reflection.methodattributes | 37/1438042982013.25_20150728002302-00329-ip-10-236-191-2_876432970_0.json |
92c5925d_numeration__System_Reflection___Member_name | [Description] Indicates that the method is accessible only to the current class. [Member name] | Private | [] | MethodAttributes Enumeration (System.Reflection) | Member name | https://msdn.microsoft.com/en-us/library/Vstudio/system.reflection.methodattributes | 37/1438042982013.25_20150728002302-00329-ip-10-236-191-2_876432970_0.json |
92c5925d_numeration__System_Reflection___Member_name | [Description] Indicates that the member cannot be referenced. [Member name] | PrivateScope | [] | MethodAttributes Enumeration (System.Reflection) | Member name | https://msdn.microsoft.com/en-us/library/Vstudio/system.reflection.methodattributes | 37/1438042982013.25_20150728002302-00329-ip-10-236-191-2_876432970_0.json |
92c5925d_numeration__System_Reflection___Member_name | [Description] Indicates that the method is accessible to any object for which this object is in scope. [Member name] | Public | [] | MethodAttributes Enumeration (System.Reflection) | Member name | https://msdn.microsoft.com/en-us/library/Vstudio/system.reflection.methodattributes | 37/1438042982013.25_20150728002302-00329-ip-10-236-191-2_876432970_0.json |
92c5925d_numeration__System_Reflection___Member_name | [Description] Indicates that the method calls another method containing security code. Reserved flag for runtime use only. [Member name] | RequireSecObject | [] | MethodAttributes Enumeration (System.Reflection) | Member name | https://msdn.microsoft.com/en-us/library/Vstudio/system.reflection.methodattributes | 37/1438042982013.25_20150728002302-00329-ip-10-236-191-2_876432970_0.json |
92c5925d_numeration__System_Reflection___Member_name | [Description] Indicates a reserved flag for runtime use only. [Member name] | ReservedMask | [] | MethodAttributes Enumeration (System.Reflection) | Member name | https://msdn.microsoft.com/en-us/library/Vstudio/system.reflection.methodattributes | 37/1438042982013.25_20150728002302-00329-ip-10-236-191-2_876432970_0.json |
92c5925d_numeration__System_Reflection___Member_name | [Description] Indicates that the method will reuse an existing slot in the vtable. This is the default behavior. [Member name] | ReuseSlot | [] | MethodAttributes Enumeration (System.Reflection) | Member name | https://msdn.microsoft.com/en-us/library/Vstudio/system.reflection.methodattributes | 37/1438042982013.25_20150728002302-00329-ip-10-236-191-2_876432970_0.json |
92c5925d_numeration__System_Reflection___Member_name | [Description] Indicates that the common language runtime checks the name encoding. [Member name] | RTSpecialName | [] | MethodAttributes Enumeration (System.Reflection) | Member name | https://msdn.microsoft.com/en-us/library/Vstudio/system.reflection.methodattributes | 37/1438042982013.25_20150728002302-00329-ip-10-236-191-2_876432970_0.json |
92c5925d_numeration__System_Reflection___Member_name | [Description] Indicates that the method is special. The name describes how this method is special. [Member name] | SpecialName | [] | MethodAttributes Enumeration (System.Reflection) | Member name | https://msdn.microsoft.com/en-us/library/Vstudio/system.reflection.methodattributes | 37/1438042982013.25_20150728002302-00329-ip-10-236-191-2_876432970_0.json |
92c5925d_numeration__System_Reflection___Member_name | [Description] Indicates that the method is defined on the type; otherwise, it is defined per instance. [Member name] | Static | [] | MethodAttributes Enumeration (System.Reflection) | Member name | https://msdn.microsoft.com/en-us/library/Vstudio/system.reflection.methodattributes | 37/1438042982013.25_20150728002302-00329-ip-10-236-191-2_876432970_0.json |
92c5925d_numeration__System_Reflection___Member_name | [Description] Indicates that the managed method is exported by thunk to unmanaged code. [Member name] | UnmanagedExport | [] | MethodAttributes Enumeration (System.Reflection) | Member name | https://msdn.microsoft.com/en-us/library/Vstudio/system.reflection.methodattributes | 37/1438042982013.25_20150728002302-00329-ip-10-236-191-2_876432970_0.json |
92c5925d_numeration__System_Reflection___Member_name | [Description] Indicates that the method is virtual. [Member name] | Virtual | [] | MethodAttributes Enumeration (System.Reflection) | Member name | https://msdn.microsoft.com/en-us/library/Vstudio/system.reflection.methodattributes | 37/1438042982013.25_20150728002302-00329-ip-10-236-191-2_876432970_0.json |
92c5925d_numeration__System_Reflection___Member_name | [Description] Retrieves vtable attributes. [Member name] | VtableLayoutMask | [] | MethodAttributes Enumeration (System.Reflection) | Member name | https://msdn.microsoft.com/en-us/library/Vstudio/system.reflection.methodattributes | 37/1438042982013.25_20150728002302-00329-ip-10-236-191-2_876432970_0.json |
88359628_Controls__MFC___Description | [Control] animation [MFC class] CAnimateCtrl [New in Windows 95?] Yes [Description] | Displays successive frames of an AVI video clip | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] button [MFC class] CButton [New in Windows 95?] No [Description] | Pushbuttons that cause an action; also used for check boxes, radio buttons, and group boxes | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] combo box [MFC class] CComboBox [New in Windows 95?] No [Description] | Combination of an edit box and a list box | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] date and time picker [MFC class] CDateTimeCtrl [New in Windows 95?] Yes [Description] | Allows the user to choose a specific date or time value | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] edit box [MFC class] CEdit [New in Windows 95?] No [Description] | Boxes for entering text | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] extended combo box [MFC class] CComboBoxEx [New in Windows 95?] Yes [Description] | A combo box control with the ability to display images | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] header [MFC class] CHeaderCtrl [New in Windows 95?] Yes [Description] | Button that appears above a column of text; controls width of text displayed | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] hotkey [MFC class] CHotKeyCtrl [New in Windows 95?] Yes [Description] | Window that enables user to create a "hot key" to perform an action quickly | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] image list [MFC class] CImageList [New in Windows 95?] Yes [Description] | Collection of images used to manage large sets of icons or bitmaps (image list isn't really a control; it supports lists used by other controls) | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] list [MFC class] CListCtrl [New in Windows 95?] Yes [Description] | Window that displays a list of text with icons | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] list box [MFC class] CListBox [New in Windows 95?] No [Description] | Box that contains a list of strings | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] month calendar [MFC class] CMonthCalCtrl [New in Windows 95?] Yes [Description] | Control that displays date information | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] progress [MFC class] CProgressCtrl [New in Windows 95?] Yes [Description] | Window that indicates progress of a long operation | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] rebar [MFC class] CRebarCtrl [New in Windows 95?] Yes [Description] | Tool bar that can contain additional child windows in the form of controls | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] rich edit [MFC class] CRichEditCtrl [New in Windows 95?] Yes [Description] | Window in which user can edit with character and paragraph formatting (see Classes Related to Rich Edit Controls) | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] scroll bar [MFC class] CScrollBar [New in Windows 95?] No [Description] | Scroll bar used as a control inside a dialog box (not on a window) | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] slider [MFC class] CSliderCtrl [New in Windows 95?] Yes [Description] | Window containing a slider control with optional tick marks | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] spin button [MFC class] CSpinButtonCtrl [New in Windows 95?] Yes [Description] | Pair of arrow buttons user can click to increment or decrement a value | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] static-text [MFC class] CStatic [New in Windows 95?] No [Description] | Text for labeling other controls | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] status bar [MFC class] CStatusBarCtrl [New in Windows 95?] Yes [Description] | Window for displaying status information, similar to MFC class CStatusBar | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] tab [MFC class] CTabCtrl [New in Windows 95?] Yes [Description] | Analogous to the dividers in a notebook; used in "tab dialog boxes" or property sheets | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] toolbar [MFC class] CToolBarCtrl [New in Windows 95?] Yes [Description] | Window with command-generating buttons, similar to MFC class CToolBar | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] tool tip [MFC class] CToolTipCtrl [New in Windows 95?] Yes [Description] | Small pop-up window that describes purpose of a toolbar button or other tool | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
88359628_Controls__MFC___Description | [Control] tree [MFC class] CTreeCtrl [New in Windows 95?] Yes [Description] | Window that displays a hierarchical list of items | [] | Controls (MFC) | Description | https://msdn.microsoft.com/en-us/library/47xcww9x(v=vs.80).aspx | 37/1438042982013.25_20150728002302-00114-ip-10-236-191-2_863170392_1.json |
ff7a0e47_eHelper_Class__System_Windows___Description | [Name] BringIntoView [Description] | Attempts to bring the requested UI element into view and raises the FrameworkElement.RequestBringIntoView event on the target in order to report the results. | [] | LogicalTreeHelper Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/System.Windows.LogicalTreeHelper.aspx | 37/1438042988598.68_20150728002308-00305-ip-10-236-191-2_881438130_0.json |
ff7a0e47_eHelper_Class__System_Windows___Description | [Name] FindLogicalNode [Description] | Attempts to find and return an object that has the specified name. The search starts from the specified object and continues into subnodes of the logical tree. | [] | LogicalTreeHelper Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/System.Windows.LogicalTreeHelper.aspx | 37/1438042988598.68_20150728002308-00305-ip-10-236-191-2_881438130_0.json |
ff7a0e47_eHelper_Class__System_Windows___Description | [Name] GetChildren(DependencyObject) [Description] | Returns the collection of immediate child objects of the specified object, by processing the logical tree. | [] | LogicalTreeHelper Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/System.Windows.LogicalTreeHelper.aspx | 37/1438042988598.68_20150728002308-00305-ip-10-236-191-2_881438130_0.json |
ff7a0e47_eHelper_Class__System_Windows___Description | [Name] GetChildren(FrameworkContentElement) [Description] | Returns the collection of immediate child objects of the specified FrameworkContentElement by processing the logical tree. | [] | LogicalTreeHelper Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/System.Windows.LogicalTreeHelper.aspx | 37/1438042988598.68_20150728002308-00305-ip-10-236-191-2_881438130_0.json |
ff7a0e47_eHelper_Class__System_Windows___Description | [Name] GetChildren(FrameworkElement) [Description] | Returns the collection of immediate child objects of the specified FrameworkElement by processing the logical tree. | [] | LogicalTreeHelper Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/System.Windows.LogicalTreeHelper.aspx | 37/1438042988598.68_20150728002308-00305-ip-10-236-191-2_881438130_0.json |
ff7a0e47_eHelper_Class__System_Windows___Description | [Name] GetParent [Description] | Returns the parent object of the specified object by processing the logical tree. | [] | LogicalTreeHelper Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/System.Windows.LogicalTreeHelper.aspx | 37/1438042988598.68_20150728002308-00305-ip-10-236-191-2_881438130_0.json |
3924bb81_StreamReader_Peek_Method__e_the_example_in_this_topic___ | [To do this...] Create a text file. | Writing Text to a File | [] | StreamReader.Peek Method | See the example in this topic... | https://msdn.microsoft.com/en-us/library/system.io.streamreader.peek(v=vs.71).aspx | 37/1438042982013.25_20150728002302-00000-ip-10-236-191-2_885126196_1.json |
3924bb81_StreamReader_Peek_Method__e_the_example_in_this_topic___ | [To do this...] Write to a text file. | Writing Text to a File | [] | StreamReader.Peek Method | See the example in this topic... | https://msdn.microsoft.com/en-us/library/system.io.streamreader.peek(v=vs.71).aspx | 37/1438042982013.25_20150728002302-00000-ip-10-236-191-2_885126196_1.json |
3924bb81_StreamReader_Peek_Method__e_the_example_in_this_topic___ | [To do this...] Read from a text file. | Reading Text from a File | [] | StreamReader.Peek Method | See the example in this topic... | https://msdn.microsoft.com/en-us/library/system.io.streamreader.peek(v=vs.71).aspx | 37/1438042982013.25_20150728002302-00000-ip-10-236-191-2_885126196_1.json |
3924bb81_StreamReader_Peek_Method__e_the_example_in_this_topic___ | [To do this...] Append text to a file. | Opening and Appending to a Log File File.AppendText FileInfo.AppendText | [] | StreamReader.Peek Method | See the example in this topic... | https://msdn.microsoft.com/en-us/library/system.io.streamreader.peek(v=vs.71).aspx | 37/1438042982013.25_20150728002302-00000-ip-10-236-191-2_885126196_1.json |
3924bb81_StreamReader_Peek_Method__e_the_example_in_this_topic___ | [To do this...] Get the size of a file. | FileInfo.Length | [] | StreamReader.Peek Method | See the example in this topic... | https://msdn.microsoft.com/en-us/library/system.io.streamreader.peek(v=vs.71).aspx | 37/1438042982013.25_20150728002302-00000-ip-10-236-191-2_885126196_1.json |
3924bb81_StreamReader_Peek_Method__e_the_example_in_this_topic___ | [To do this...] Get the attributes of a file. | File.GetAttributes | [] | StreamReader.Peek Method | See the example in this topic... | https://msdn.microsoft.com/en-us/library/system.io.streamreader.peek(v=vs.71).aspx | 37/1438042982013.25_20150728002302-00000-ip-10-236-191-2_885126196_1.json |
3924bb81_StreamReader_Peek_Method__e_the_example_in_this_topic___ | [To do this...] Set the attributes of a file. | File.SetAttributes | [] | StreamReader.Peek Method | See the example in this topic... | https://msdn.microsoft.com/en-us/library/system.io.streamreader.peek(v=vs.71).aspx | 37/1438042982013.25_20150728002302-00000-ip-10-236-191-2_885126196_1.json |
3924bb81_StreamReader_Peek_Method__e_the_example_in_this_topic___ | [To do this...] Determine if a file exists. | File.Exists | [] | StreamReader.Peek Method | See the example in this topic... | https://msdn.microsoft.com/en-us/library/system.io.streamreader.peek(v=vs.71).aspx | 37/1438042982013.25_20150728002302-00000-ip-10-236-191-2_885126196_1.json |
3924bb81_StreamReader_Peek_Method__e_the_example_in_this_topic___ | [To do this...] Read from a binary file. | Reading and Writing to a Newly Created Data File | [] | StreamReader.Peek Method | See the example in this topic... | https://msdn.microsoft.com/en-us/library/system.io.streamreader.peek(v=vs.71).aspx | 37/1438042982013.25_20150728002302-00000-ip-10-236-191-2_885126196_1.json |
3924bb81_StreamReader_Peek_Method__e_the_example_in_this_topic___ | [To do this...] Write to a binary file. | Reading and Writing to a Newly Created Data File | [] | StreamReader.Peek Method | See the example in this topic... | https://msdn.microsoft.com/en-us/library/system.io.streamreader.peek(v=vs.71).aspx | 37/1438042982013.25_20150728002302-00000-ip-10-236-191-2_885126196_1.json |
6859b4c3_em_Management_Automation_Host___Description | [Name] Attributes [Description] | Gets the attributes that can be used to declare metadata for the option. | [] | FieldDescription Members (System.Management.Automation.Host) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/system.management.automation.host.fielddescription_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00292-ip-10-236-191-2_887945174_1.json |
6859b4c3_em_Management_Automation_Host___Description | [Name] DefaultValue [Description] | Gets or sets the default value for the option. | [] | FieldDescription Members (System.Management.Automation.Host) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/system.management.automation.host.fielddescription_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00292-ip-10-236-191-2_887945174_1.json |
6859b4c3_em_Management_Automation_Host___Description | [Name] HelpMessage [Description] | Gets or sets the Help message for the option. | [] | FieldDescription Members (System.Management.Automation.Host) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/system.management.automation.host.fielddescription_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00292-ip-10-236-191-2_887945174_1.json |
6859b4c3_em_Management_Automation_Host___Description | [Name] IsMandatory [Description] | Gets or sets a value that indicates whether the option is treated as a mandatory parameter. | [] | FieldDescription Members (System.Management.Automation.Host) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/system.management.automation.host.fielddescription_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00292-ip-10-236-191-2_887945174_1.json |
6859b4c3_em_Management_Automation_Host___Description | [Name] Label [Description] | Gets or sets the label used to identify the option. | [] | FieldDescription Members (System.Management.Automation.Host) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/system.management.automation.host.fielddescription_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00292-ip-10-236-191-2_887945174_1.json |
6859b4c3_em_Management_Automation_Host___Description | [Name] Name [Description] | Gets the name of the option. | [] | FieldDescription Members (System.Management.Automation.Host) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/system.management.automation.host.fielddescription_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00292-ip-10-236-191-2_887945174_1.json |
6859b4c3_em_Management_Automation_Host___Description | [Name] ParameterAssemblyFullName [Description] | Gets the fully qualified name of the assembly containing the option's type. | [] | FieldDescription Members (System.Management.Automation.Host) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/system.management.automation.host.fielddescription_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00292-ip-10-236-191-2_887945174_1.json |
6859b4c3_em_Management_Automation_Host___Description | [Name] ParameterTypeFullName [Description] | Gets the fully qualified name of the option's type. | [] | FieldDescription Members (System.Management.Automation.Host) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/system.management.automation.host.fielddescription_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00292-ip-10-236-191-2_887945174_1.json |
6859b4c3_em_Management_Automation_Host___Description | [Name] ParameterTypeName [Description] | Gets the unqualified name of the option's type. | [] | FieldDescription Members (System.Management.Automation.Host) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/system.management.automation.host.fielddescription_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00292-ip-10-236-191-2_887945174_1.json |
98f5704a_he_Editions_of_SQL_Server_2005__SE__32_bit_ | SQL Server Import and Export Wizard and supporting connections, source and destination adapters, and tasks Yes [WG (32-bit)] Yes [SSE (32-bit) SSEA (32-bit)] No [SE (64-bit)] Yes [SE (32-bit)] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Features Supported by the Editions of SQL Server 2005 | SE (32-bit) | https://msdn.microsoft.com/en-us/library/ms143761 | 37/1438042982013.25_20150728002302-00216-ip-10-236-191-2_874974625_5.json |
98f5704a_he_Editions_of_SQL_Server_2005__SE__32_bit_ | Execute SQL Task Yes [WG (32-bit)] Yes [SSE (32-bit) SSEA (32-bit)] No [SE (64-bit)] Yes [SE (32-bit)] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Features Supported by the Editions of SQL Server 2005 | SE (32-bit) | https://msdn.microsoft.com/en-us/library/ms143761 | 37/1438042982013.25_20150728002302-00216-ip-10-236-191-2_874974625_5.json |
98f5704a_he_Editions_of_SQL_Server_2005__SE__32_bit_ | OLE DB Source and Destination Adapters Yes [WG (32-bit)] Yes [SSE (32-bit) SSEA (32-bit)] No [SE (64-bit)] Yes [SE (32-bit)] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Features Supported by the Editions of SQL Server 2005 | SE (32-bit) | https://msdn.microsoft.com/en-us/library/ms143761 | 37/1438042982013.25_20150728002302-00216-ip-10-236-191-2_874974625_5.json |
98f5704a_he_Editions_of_SQL_Server_2005__SE__32_bit_ | SSIS command prompt tools Yes [WG (32-bit)] Yes [SSE (32-bit) SSEA (32-bit)] No [SE (64-bit)] Yes [SE (32-bit)] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Features Supported by the Editions of SQL Server 2005 | SE (32-bit) | https://msdn.microsoft.com/en-us/library/ms143761 | 37/1438042982013.25_20150728002302-00216-ip-10-236-191-2_874974625_5.json |
98f5704a_he_Editions_of_SQL_Server_2005__SE__32_bit_ | SSIS Package Designer Yes [WG (32-bit)] Yes [SSE (32-bit) SSEA (32-bit)] No [SE (64-bit)] Yes [SE (32-bit)] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Features Supported by the Editions of SQL Server 2005 | SE (32-bit) | https://msdn.microsoft.com/en-us/library/ms143761 | 37/1438042982013.25_20150728002302-00216-ip-10-236-191-2_874974625_5.json |
98f5704a_he_Editions_of_SQL_Server_2005__SE__32_bit_ | Legacy support for DTS packages Yes [WG (32-bit)] Yes [SSE (32-bit) SSEA (32-bit)] Yes [SE (64-bit)] Yes [SE (32-bit)] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Features Supported by the Editions of SQL Server 2005 | SE (32-bit) | https://msdn.microsoft.com/en-us/library/ms143761 | 37/1438042982013.25_20150728002302-00216-ip-10-236-191-2_874974625_5.json |
98f5704a_he_Editions_of_SQL_Server_2005__SE__32_bit_ | SSIS Service Yes [WG (32-bit)] No [SSE (32-bit) SSEA (32-bit)] No [SE (64-bit)] Yes [SE (32-bit)] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Features Supported by the Editions of SQL Server 2005 | SE (32-bit) | https://msdn.microsoft.com/en-us/library/ms143761 | 37/1438042982013.25_20150728002302-00216-ip-10-236-191-2_874974625_5.json |
98f5704a_he_Editions_of_SQL_Server_2005__SE__32_bit_ | All other source and destination adapters, tasks, and transformations, except for those listed below Yes [WG (32-bit)] No [SSE (32-bit) SSEA (32-bit)] No [SE (64-bit)] Yes [SE (32-bit)] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Features Supported by the Editions of SQL Server 2005 | SE (32-bit) | https://msdn.microsoft.com/en-us/library/ms143761 | 37/1438042982013.25_20150728002302-00216-ip-10-236-191-2_874974625_5.json |
98f5704a_he_Editions_of_SQL_Server_2005__SE__32_bit_ | Data Mining Query Transformation Yes [WG (32-bit)] No [SSE (32-bit) SSEA (32-bit)] No [SE (64-bit)] No [SE (32-bit)] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Features Supported by the Editions of SQL Server 2005 | SE (32-bit) | https://msdn.microsoft.com/en-us/library/ms143761 | 37/1438042982013.25_20150728002302-00216-ip-10-236-191-2_874974625_5.json |
98f5704a_he_Editions_of_SQL_Server_2005__SE__32_bit_ | Data Mining Model Training Destination Adapter Yes [WG (32-bit)] No [SSE (32-bit) SSEA (32-bit)] No [SE (64-bit)] No [SE (32-bit)] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Features Supported by the Editions of SQL Server 2005 | SE (32-bit) | https://msdn.microsoft.com/en-us/library/ms143761 | 37/1438042982013.25_20150728002302-00216-ip-10-236-191-2_874974625_5.json |
98f5704a_he_Editions_of_SQL_Server_2005__SE__32_bit_ | Fuzzy Grouping Transformation Yes [WG (32-bit)] No [SSE (32-bit) SSEA (32-bit)] No [SE (64-bit)] No [SE (32-bit)] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Features Supported by the Editions of SQL Server 2005 | SE (32-bit) | https://msdn.microsoft.com/en-us/library/ms143761 | 37/1438042982013.25_20150728002302-00216-ip-10-236-191-2_874974625_5.json |
98f5704a_he_Editions_of_SQL_Server_2005__SE__32_bit_ | Fuzzy Lookup Transformation Yes [WG (32-bit)] No [SSE (32-bit) SSEA (32-bit)] No [SE (64-bit)] No [SE (32-bit)] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Features Supported by the Editions of SQL Server 2005 | SE (32-bit) | https://msdn.microsoft.com/en-us/library/ms143761 | 37/1438042982013.25_20150728002302-00216-ip-10-236-191-2_874974625_5.json |
98f5704a_he_Editions_of_SQL_Server_2005__SE__32_bit_ | Term Extraction Transformation Yes [WG (32-bit)] No [SSE (32-bit) SSEA (32-bit)] No [SE (64-bit)] No [SE (32-bit)] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Features Supported by the Editions of SQL Server 2005 | SE (32-bit) | https://msdn.microsoft.com/en-us/library/ms143761 | 37/1438042982013.25_20150728002302-00216-ip-10-236-191-2_874974625_5.json |
98f5704a_he_Editions_of_SQL_Server_2005__SE__32_bit_ | Term Lookup Transformation Yes [WG (32-bit)] No [SSE (32-bit) SSEA (32-bit)] No [SE (64-bit)] No [SE (32-bit)] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Features Supported by the Editions of SQL Server 2005 | SE (32-bit) | https://msdn.microsoft.com/en-us/library/ms143761 | 37/1438042982013.25_20150728002302-00216-ip-10-236-191-2_874974625_5.json |
98f5704a_he_Editions_of_SQL_Server_2005__SE__32_bit_ | Slowly Changing Dimension Transformation and Wizard Yes [WG (32-bit)] No [SSE (32-bit) SSEA (32-bit)] No [SE (64-bit)] No [SE (32-bit)] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Features Supported by the Editions of SQL Server 2005 | SE (32-bit) | https://msdn.microsoft.com/en-us/library/ms143761 | 37/1438042982013.25_20150728002302-00216-ip-10-236-191-2_874974625_5.json |
98f5704a_he_Editions_of_SQL_Server_2005__SE__32_bit_ | Dimension Processing Destination Adapter Yes [WG (32-bit)] No [SSE (32-bit) SSEA (32-bit)] No [SE (64-bit)] No [SE (32-bit)] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Features Supported by the Editions of SQL Server 2005 | SE (32-bit) | https://msdn.microsoft.com/en-us/library/ms143761 | 37/1438042982013.25_20150728002302-00216-ip-10-236-191-2_874974625_5.json |
98f5704a_he_Editions_of_SQL_Server_2005__SE__32_bit_ | Partition Processing Destination Adapter Yes [WG (32-bit)] No [SSE (32-bit) SSEA (32-bit)] No [SE (64-bit)] No [SE (32-bit)] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Features Supported by the Editions of SQL Server 2005 | SE (32-bit) | https://msdn.microsoft.com/en-us/library/ms143761 | 37/1438042982013.25_20150728002302-00216-ip-10-236-191-2_874974625_5.json |
2b6d478a_ataTable_Members__System_Data___Description | [Name] ColumnChanged [Description] | Occurs after a value has been changed for the specified DataColumn in a DataRow. | [] | DataTable Members (System.Data) | Description | https://msdn.microsoft.com/en-us/library/system.data.datatable_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00280-ip-10-236-191-2_884788391_7.json |
2b6d478a_ataTable_Members__System_Data___Description | [Name] ColumnChanging [Description] | Occurs when a value is being changed for the specified DataColumn in a DataRow. | [] | DataTable Members (System.Data) | Description | https://msdn.microsoft.com/en-us/library/system.data.datatable_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00280-ip-10-236-191-2_884788391_7.json |
2b6d478a_ataTable_Members__System_Data___Description | [Name] Disposed [Description] | Adds an event handler to listen to the Disposed event on the component.(inherited from MarshalByValueComponent) | [] | DataTable Members (System.Data) | Description | https://msdn.microsoft.com/en-us/library/system.data.datatable_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00280-ip-10-236-191-2_884788391_7.json |
2b6d478a_ataTable_Members__System_Data___Description | [Name] Initialized [Description] | Occurs after the DataTable is initialized. | [] | DataTable Members (System.Data) | Description | https://msdn.microsoft.com/en-us/library/system.data.datatable_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00280-ip-10-236-191-2_884788391_7.json |
2b6d478a_ataTable_Members__System_Data___Description | [Name] RowChanged [Description] | Occurs after a DataRow has been changed successfully. | [] | DataTable Members (System.Data) | Description | https://msdn.microsoft.com/en-us/library/system.data.datatable_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00280-ip-10-236-191-2_884788391_7.json |
2b6d478a_ataTable_Members__System_Data___Description | [Name] RowChanging [Description] | Occurs when a DataRow is changing. | [] | DataTable Members (System.Data) | Description | https://msdn.microsoft.com/en-us/library/system.data.datatable_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00280-ip-10-236-191-2_884788391_7.json |
2b6d478a_ataTable_Members__System_Data___Description | [Name] RowDeleted [Description] | Occurs after a row in the table has been deleted. | [] | DataTable Members (System.Data) | Description | https://msdn.microsoft.com/en-us/library/system.data.datatable_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00280-ip-10-236-191-2_884788391_7.json |
2b6d478a_ataTable_Members__System_Data___Description | [Name] RowDeleting [Description] | Occurs before a row in the table is about to be deleted. | [] | DataTable Members (System.Data) | Description | https://msdn.microsoft.com/en-us/library/system.data.datatable_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00280-ip-10-236-191-2_884788391_7.json |
2b6d478a_ataTable_Members__System_Data___Description | [Name] TableCleared [Description] | Occurs after a DataTable is cleared. | [] | DataTable Members (System.Data) | Description | https://msdn.microsoft.com/en-us/library/system.data.datatable_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00280-ip-10-236-191-2_884788391_7.json |
2b6d478a_ataTable_Members__System_Data___Description | [Name] TableClearing [Description] | Occurs when a DataTable is cleared. | [] | DataTable Members (System.Data) | Description | https://msdn.microsoft.com/en-us/library/system.data.datatable_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00280-ip-10-236-191-2_884788391_7.json |
2b6d478a_ataTable_Members__System_Data___Description | [Name] TableNewRow [Description] | Occurs when a new DataRow is inserted. | [] | DataTable Members (System.Data) | Description | https://msdn.microsoft.com/en-us/library/system.data.datatable_members(v=vs.85).aspx | 37/1438042988598.68_20150728002308-00280-ip-10-236-191-2_884788391_7.json |
2fd8b5dc__Server_Search_Administration___Member_name | [Description] Specifies the keyword filter for the keyword. [Member name] | Keyword | [
[
"K",
"e",
"y",
"w",
"o",
"r",
"d"
],
[
"S",
"y",
"n",
"o",
"n",
"y",
"m",
"s"
],
[
"B",
"e",
"s",
"t",
"B",
"e",
"t",
"T",
"i",
"t",
"l",
"e"
],
[
"B",
"e",
"s",
"t",
"B",
"e",
"t",
"U",
"r",
"l"
],
[
"C",
"o",
"n",
"t",
"a",
"c",
"t"
],
[
"N",
"o",
"n",
"e"
]
] | KeywordFilter enumeration (Microsoft.Office.Server.Search.Administration) | Member name | https://msdn.microsoft.com/EN-US/library/microsoft.office.server.search.administration.keywordfilter.aspx | 37/1438042988598.68_20150728002308-00202-ip-10-236-191-2_872305388_0.json |
2fd8b5dc__Server_Search_Administration___Member_name | [Description] Specifies the keyword filter for the keyword's synonyms. [Member name] | Synonyms | [
[
"K",
"e",
"y",
"w",
"o",
"r",
"d"
],
[
"S",
"y",
"n",
"o",
"n",
"y",
"m",
"s"
],
[
"B",
"e",
"s",
"t",
"B",
"e",
"t",
"T",
"i",
"t",
"l",
"e"
],
[
"B",
"e",
"s",
"t",
"B",
"e",
"t",
"U",
"r",
"l"
],
[
"C",
"o",
"n",
"t",
"a",
"c",
"t"
],
[
"N",
"o",
"n",
"e"
]
] | KeywordFilter enumeration (Microsoft.Office.Server.Search.Administration) | Member name | https://msdn.microsoft.com/EN-US/library/microsoft.office.server.search.administration.keywordfilter.aspx | 37/1438042988598.68_20150728002308-00202-ip-10-236-191-2_872305388_0.json |
2fd8b5dc__Server_Search_Administration___Member_name | [Description] Specifies the keyword filter for the best bet title. [Member name] | BestBetTitle | [
[
"K",
"e",
"y",
"w",
"o",
"r",
"d"
],
[
"S",
"y",
"n",
"o",
"n",
"y",
"m",
"s"
],
[
"B",
"e",
"s",
"t",
"B",
"e",
"t",
"T",
"i",
"t",
"l",
"e"
],
[
"B",
"e",
"s",
"t",
"B",
"e",
"t",
"U",
"r",
"l"
],
[
"C",
"o",
"n",
"t",
"a",
"c",
"t"
],
[
"N",
"o",
"n",
"e"
]
] | KeywordFilter enumeration (Microsoft.Office.Server.Search.Administration) | Member name | https://msdn.microsoft.com/EN-US/library/microsoft.office.server.search.administration.keywordfilter.aspx | 37/1438042988598.68_20150728002308-00202-ip-10-236-191-2_872305388_0.json |
2fd8b5dc__Server_Search_Administration___Member_name | [Description] Specifies the keyword filter for the best bet URL. [Member name] | BestBetUrl | [
[
"K",
"e",
"y",
"w",
"o",
"r",
"d"
],
[
"S",
"y",
"n",
"o",
"n",
"y",
"m",
"s"
],
[
"B",
"e",
"s",
"t",
"B",
"e",
"t",
"T",
"i",
"t",
"l",
"e"
],
[
"B",
"e",
"s",
"t",
"B",
"e",
"t",
"U",
"r",
"l"
],
[
"C",
"o",
"n",
"t",
"a",
"c",
"t"
],
[
"N",
"o",
"n",
"e"
]
] | KeywordFilter enumeration (Microsoft.Office.Server.Search.Administration) | Member name | https://msdn.microsoft.com/EN-US/library/microsoft.office.server.search.administration.keywordfilter.aspx | 37/1438042988598.68_20150728002308-00202-ip-10-236-191-2_872305388_0.json |
2fd8b5dc__Server_Search_Administration___Member_name | [Description] Specifies the keyword filter for the best bet contact name. [Member name] | Contact | [
[
"K",
"e",
"y",
"w",
"o",
"r",
"d"
],
[
"S",
"y",
"n",
"o",
"n",
"y",
"m",
"s"
],
[
"B",
"e",
"s",
"t",
"B",
"e",
"t",
"T",
"i",
"t",
"l",
"e"
],
[
"B",
"e",
"s",
"t",
"B",
"e",
"t",
"U",
"r",
"l"
],
[
"C",
"o",
"n",
"t",
"a",
"c",
"t"
],
[
"N",
"o",
"n",
"e"
]
] | KeywordFilter enumeration (Microsoft.Office.Server.Search.Administration) | Member name | https://msdn.microsoft.com/EN-US/library/microsoft.office.server.search.administration.keywordfilter.aspx | 37/1438042988598.68_20150728002308-00202-ip-10-236-191-2_872305388_0.json |
2fd8b5dc__Server_Search_Administration___Member_name | [Description] No filter is specified. [Member name] | None | [
[
"K",
"e",
"y",
"w",
"o",
"r",
"d"
],
[
"S",
"y",
"n",
"o",
"n",
"y",
"m",
"s"
],
[
"B",
"e",
"s",
"t",
"B",
"e",
"t",
"T",
"i",
"t",
"l",
"e"
],
[
"B",
"e",
"s",
"t",
"B",
"e",
"t",
"U",
"r",
"l"
],
[
"C",
"o",
"n",
"t",
"a",
"c",
"t"
],
[
"N",
"o",
"n",
"e"
]
] | KeywordFilter enumeration (Microsoft.Office.Server.Search.Administration) | Member name | https://msdn.microsoft.com/EN-US/library/microsoft.office.server.search.administration.keywordfilter.aspx | 37/1438042988598.68_20150728002308-00202-ip-10-236-191-2_872305388_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.