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
|
---|---|---|---|---|---|---|---|
bf12a918_tion___Windows_app_development__Description | [Member] Drag | drag [Value] 32 [Description] | Enable support for the slide or swipe gesture with a mouse or pen/stylus (single contact). The Dragging event is raised when either gesture is detected. This gesture can be used for text selection, selecting or rearranging objects, or scrolling and panning. Note Mouse and pen/stylus input does not raise manipulation events (ManipulationStarted, ManipulationUpdated, and ManipulationCompleted) during the course of this interaction. Specifying support for Drag and one or more of the manipulation settings enables a single device to perform multiple actions. For example, the slide or swipe gesture can be performed with the left mouse button to select text while the wheel button can be rolled to scroll content. | [] | GestureSettings enumeration - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.input.gesturesettings.aspx?cs-save-lang=1&cs-lang=javascript | 7/1438043060830.93_20150728002420-00174-ip-10-236-191-2_867218092_0.json |
bf12a918_tion___Windows_app_development__Description | [Member] ManipulationTranslateX | manipulationTranslateX [Value] 64 [Description] | Enable support for the slide gesture through pointer input, on the horizontal axis. The ManipulationStarted, ManipulationUpdated, and ManipulationCompleted events are all raised during the course of this interaction. This gesture can be used for rearranging objects. | [] | GestureSettings enumeration - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.input.gesturesettings.aspx?cs-save-lang=1&cs-lang=javascript | 7/1438043060830.93_20150728002420-00174-ip-10-236-191-2_867218092_0.json |
bf12a918_tion___Windows_app_development__Description | [Member] ManipulationTranslateY | manipulationTranslateY [Value] 128 [Description] | Enable support for the slide gesture through pointer input, on the vertical axis. The ManipulationStarted, ManipulationUpdated, and ManipulationCompleted events are all raised during the course of this interaction. This gesture can be used for rearranging objects. | [] | GestureSettings enumeration - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.input.gesturesettings.aspx?cs-save-lang=1&cs-lang=javascript | 7/1438043060830.93_20150728002420-00174-ip-10-236-191-2_867218092_0.json |
bf12a918_tion___Windows_app_development__Description | [Member] ManipulationTranslateRailsX | manipulationTranslateRailsX [Value] 256 [Description] | Enable support for the slide gesture through pointer input, on the horizontal axis using rails (guides). The ManipulationStarted, ManipulationUpdated, and ManipulationCompleted events are all raised during the course of this interaction. This gesture can be used for rearranging objects. | [] | GestureSettings enumeration - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.input.gesturesettings.aspx?cs-save-lang=1&cs-lang=javascript | 7/1438043060830.93_20150728002420-00174-ip-10-236-191-2_867218092_0.json |
bf12a918_tion___Windows_app_development__Description | [Member] ManipulationTranslateRailsY | manipulationTranslateRailsY [Value] 512 [Description] | Enable support for the slide gesture through pointer input, on the vertical axis using rails (guides). The ManipulationStarted, ManipulationUpdated, and ManipulationCompleted events are all raised during the course of this interaction. This gesture can be used for rearranging objects. | [] | GestureSettings enumeration - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.input.gesturesettings.aspx?cs-save-lang=1&cs-lang=javascript | 7/1438043060830.93_20150728002420-00174-ip-10-236-191-2_867218092_0.json |
bf12a918_tion___Windows_app_development__Description | [Member] ManipulationRotate | manipulationRotate [Value] 1024 [Description] | Enable support for the rotation gesture through pointer input. The ManipulationStarted, ManipulationUpdated, and ManipulationCompleted events are all raised during the course of this interaction. | [] | GestureSettings enumeration - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.input.gesturesettings.aspx?cs-save-lang=1&cs-lang=javascript | 7/1438043060830.93_20150728002420-00174-ip-10-236-191-2_867218092_0.json |
bf12a918_tion___Windows_app_development__Description | [Member] ManipulationScale | manipulationScale [Value] 2048 [Description] | Enable support for the pinch or stretch gesture through pointer input. These gestures can be used for optical or semantic zoom and resizing an object. The ManipulationStarted, ManipulationUpdated, and ManipulationCompleted events are all raised during the course of this interaction. | [] | GestureSettings enumeration - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.input.gesturesettings.aspx?cs-save-lang=1&cs-lang=javascript | 7/1438043060830.93_20150728002420-00174-ip-10-236-191-2_867218092_0.json |
bf12a918_tion___Windows_app_development__Description | [Member] ManipulationTranslateInertia | manipulationTranslateInertia [Value] 4096 [Description] | Enable support for translation inertia after the slide gesture (through pointer input) is complete. The ManipulationInertiaStarting event is raised if inertia is enabled. | [] | GestureSettings enumeration - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.input.gesturesettings.aspx?cs-save-lang=1&cs-lang=javascript | 7/1438043060830.93_20150728002420-00174-ip-10-236-191-2_867218092_0.json |
bf12a918_tion___Windows_app_development__Description | [Member] ManipulationRotateInertia | manipulationRotateInertia [Value] 8192 [Description] | Enable support for rotation inertia after the rotate gesture (through pointer input) is complete. The ManipulationInertiaStarting event is raised if inertia is enabled. | [] | GestureSettings enumeration - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.input.gesturesettings.aspx?cs-save-lang=1&cs-lang=javascript | 7/1438043060830.93_20150728002420-00174-ip-10-236-191-2_867218092_0.json |
bf12a918_tion___Windows_app_development__Description | [Member] ManipulationScaleInertia | manipulationScaleInertia [Value] 16384 [Description] | Enable support for scaling inertia after the pinch or stretch gesture (through pointer input) is complete. The ManipulationInertiaStarting event is raised if inertia is enabled. | [] | GestureSettings enumeration - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.input.gesturesettings.aspx?cs-save-lang=1&cs-lang=javascript | 7/1438043060830.93_20150728002420-00174-ip-10-236-191-2_867218092_0.json |
bf12a918_tion___Windows_app_development__Description | [Member] CrossSlide | crossSlide [Value] 32768 [Description] | Enable support for the CrossSliding interaction when using the slide or swipe gesture through a single touch contact. This gesture can be used for selecting or rearranging objects. | [] | GestureSettings enumeration - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.input.gesturesettings.aspx?cs-save-lang=1&cs-lang=javascript | 7/1438043060830.93_20150728002420-00174-ip-10-236-191-2_867218092_0.json |
bf12a918_tion___Windows_app_development__Description | [Member] ManipulationMultipleFingerPanning | manipulationMultipleFingerPanning [Value] 65536 [Description] | Enable panning and disable zoom when two or more touch contacts are detected. Prevents unintentional zoom interactions when panning with multiple fingers. | [] | GestureSettings enumeration - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.input.gesturesettings.aspx?cs-save-lang=1&cs-lang=javascript | 7/1438043060830.93_20150728002420-00174-ip-10-236-191-2_867218092_0.json |
7c4b16c4_UI_exe_Deployment_Manifest_Tab__Description | [UI Element] Application Type [Description] | Optional. Specifies whether this application installs itself to the client computer (Install Locally), runs online (Online Only), or is a WPF application that runs in the browser (WPF Browser Application). The default is Install Locally. | [] | MageUI.exe Deployment Manifest Tab | Description | https://msdn.microsoft.com/en-us/library/396st2hh(v=vs.100).aspx | 7/1438042988860.4_20150728002308-00077-ip-10-236-191-2_877945810_3.json |
7c4b16c4_UI_exe_Deployment_Manifest_Tab__Description | [UI Element] Start Location [Description] | Optional. The URL from which the application should actually be started. Useful when deploying an application from a CD that should update itself from the Web. | [] | MageUI.exe Deployment Manifest Tab | Description | https://msdn.microsoft.com/en-us/library/396st2hh(v=vs.100).aspx | 7/1438042988860.4_20150728002308-00077-ip-10-236-191-2_877945810_3.json |
7c4b16c4_UI_exe_Deployment_Manifest_Tab__Description | [UI Element] Include Start Location (ProviderURL) in the manifest [Description] | Optional. Specifies the URL which ClickOnce will examine for application updates. | [] | MageUI.exe Deployment Manifest Tab | Description | https://msdn.microsoft.com/en-us/library/396st2hh(v=vs.100).aspx | 7/1438042988860.4_20150728002308-00077-ip-10-236-191-2_877945810_3.json |
7c4b16c4_UI_exe_Deployment_Manifest_Tab__Description | [UI Element] Automatically run application after installing [Description] | Required. Specifies that the ClickOnce application should run immediately after the initial installation from a URL. The default is the check box is selected. | [] | MageUI.exe Deployment Manifest Tab | Description | https://msdn.microsoft.com/en-us/library/396st2hh(v=vs.100).aspx | 7/1438042988860.4_20150728002308-00077-ip-10-236-191-2_877945810_3.json |
7c4b16c4_UI_exe_Deployment_Manifest_Tab__Description | [UI Element] Allow URL parameters to be passed to application [Description] | Required. Permits the transfer of parameter data to the ClickOnce application through a query string appended to the deployment manifest's URL. The default is the check box is cleared. | [] | MageUI.exe Deployment Manifest Tab | Description | https://msdn.microsoft.com/en-us/library/396st2hh(v=vs.100).aspx | 7/1438042988860.4_20150728002308-00077-ip-10-236-191-2_877945810_3.json |
7c4b16c4_UI_exe_Deployment_Manifest_Tab__Description | [UI Element] Use .deploy file extension [Description] | Required. When selected, all files in the application manifest must have the .deploy extension. The default is the check box is cleared. | [] | MageUI.exe Deployment Manifest Tab | Description | https://msdn.microsoft.com/en-us/library/396st2hh(v=vs.100).aspx | 7/1438042988860.4_20150728002308-00077-ip-10-236-191-2_877945810_3.json |
d14846a5__Microsoft_Office_Tools_Excel___Member_name | [Description] Indicates whether to include an alignment in the predefined XlRangeAutoFormat. [Member name] | Alignment | [
[
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"B",
"o",
"r",
"d",
"e",
"r"
],
[
"F",
"o",
"n",
"t"
],
[
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"W",
"i",
"d",
"t",
"h"
]
] | FormatSettings Enumeration (Microsoft.Office.Tools.Excel) | Member name | https://msdn.microsoft.com/en-US/library/microsoft.office.tools.excel.formatsettings(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00100-ip-10-236-191-2_894928503_1.json |
d14846a5__Microsoft_Office_Tools_Excel___Member_name | [Description] Indicates whether to include border formats in the predefined XlRangeAutoFormat. [Member name] | Border | [
[
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"B",
"o",
"r",
"d",
"e",
"r"
],
[
"F",
"o",
"n",
"t"
],
[
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"W",
"i",
"d",
"t",
"h"
]
] | FormatSettings Enumeration (Microsoft.Office.Tools.Excel) | Member name | https://msdn.microsoft.com/en-US/library/microsoft.office.tools.excel.formatsettings(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00100-ip-10-236-191-2_894928503_1.json |
d14846a5__Microsoft_Office_Tools_Excel___Member_name | [Description] Indicates whether to include font formats in the predefined XlRangeAutoFormat [Member name] | Font | [
[
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"B",
"o",
"r",
"d",
"e",
"r"
],
[
"F",
"o",
"n",
"t"
],
[
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"W",
"i",
"d",
"t",
"h"
]
] | FormatSettings Enumeration (Microsoft.Office.Tools.Excel) | Member name | https://msdn.microsoft.com/en-US/library/microsoft.office.tools.excel.formatsettings(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00100-ip-10-236-191-2_894928503_1.json |
d14846a5__Microsoft_Office_Tools_Excel___Member_name | [Description] Indicates whether to include the number formats in the predefined XlRangeAutoFormat. [Member name] | Number | [
[
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"B",
"o",
"r",
"d",
"e",
"r"
],
[
"F",
"o",
"n",
"t"
],
[
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"W",
"i",
"d",
"t",
"h"
]
] | FormatSettings Enumeration (Microsoft.Office.Tools.Excel) | Member name | https://msdn.microsoft.com/en-US/library/microsoft.office.tools.excel.formatsettings(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00100-ip-10-236-191-2_894928503_1.json |
d14846a5__Microsoft_Office_Tools_Excel___Member_name | [Description] Indicates whether to include the pattern formats in the predefined XlRangeAutoFormat. [Member name] | Pattern | [
[
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"B",
"o",
"r",
"d",
"e",
"r"
],
[
"F",
"o",
"n",
"t"
],
[
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"W",
"i",
"d",
"t",
"h"
]
] | FormatSettings Enumeration (Microsoft.Office.Tools.Excel) | Member name | https://msdn.microsoft.com/en-US/library/microsoft.office.tools.excel.formatsettings(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00100-ip-10-236-191-2_894928503_1.json |
d14846a5__Microsoft_Office_Tools_Excel___Member_name | [Description] Indicates whether to include the column width and row height in the predefined XlRangeAutoFormat. [Member name] | Width | [
[
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"B",
"o",
"r",
"d",
"e",
"r"
],
[
"F",
"o",
"n",
"t"
],
[
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"W",
"i",
"d",
"t",
"h"
]
] | FormatSettings Enumeration (Microsoft.Office.Tools.Excel) | Member name | https://msdn.microsoft.com/en-US/library/microsoft.office.tools.excel.formatsettings(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00100-ip-10-236-191-2_894928503_1.json |
2a02d3b9_oft_SolverFoundation_Services___Name | [Description] Gets a collection of constraints that are defined directly in a model. [Name] | Constraints | [] | Model Class (Microsoft.SolverFoundation.Services) | Name | https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.model(v=vs.93) | 7/1438042988311.72_20150728002308-00152-ip-10-236-191-2_896412929_0.json |
2a02d3b9_oft_SolverFoundation_Services___Name | [Description] Gets a collection of decisions that are defined directly in a model. [Name] | Decisions | [] | Model Class (Microsoft.SolverFoundation.Services) | Name | https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.model(v=vs.93) | 7/1438042988311.72_20150728002308-00152-ip-10-236-191-2_896412929_0.json |
2a02d3b9_oft_SolverFoundation_Services___Name | [Description] Gets a collection of goals that are defined directly in a model. [Name] | Goals | [] | Model Class (Microsoft.SolverFoundation.Services) | Name | https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.model(v=vs.93) | 7/1438042988311.72_20150728002308-00152-ip-10-236-191-2_896412929_0.json |
2a02d3b9_oft_SolverFoundation_Services___Name | [Description] Gets a value that indicates whether a model has no decisions, parameters, constraints, or goals. [Name] | IsEmpty | [] | Model Class (Microsoft.SolverFoundation.Services) | Name | https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.model(v=vs.93) | 7/1438042988311.72_20150728002308-00152-ip-10-236-191-2_896412929_0.json |
2a02d3b9_oft_SolverFoundation_Services___Name | [Description] Gets or sets the name of a model. [Name] | Name | [] | Model Class (Microsoft.SolverFoundation.Services) | Name | https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.model(v=vs.93) | 7/1438042988311.72_20150728002308-00152-ip-10-236-191-2_896412929_0.json |
2a02d3b9_oft_SolverFoundation_Services___Name | [Description] Gets all parameters that are defined in a model. [Name] | Parameters | [] | Model Class (Microsoft.SolverFoundation.Services) | Name | https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.model(v=vs.93) | 7/1438042988311.72_20150728002308-00152-ip-10-236-191-2_896412929_0.json |
2a02d3b9_oft_SolverFoundation_Services___Name | [Description] Gets all random parameters that are defined in a model. [Name] | RandomParameters | [] | Model Class (Microsoft.SolverFoundation.Services) | Name | https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.model(v=vs.93) | 7/1438042988311.72_20150728002308-00152-ip-10-236-191-2_896412929_0.json |
2a02d3b9_oft_SolverFoundation_Services___Name | [Description] Gets all recourse decisions that are defined in a model. [Name] | RecourseDecisions | [] | Model Class (Microsoft.SolverFoundation.Services) | Name | https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.model(v=vs.93) | 7/1438042988311.72_20150728002308-00152-ip-10-236-191-2_896412929_0.json |
2a02d3b9_oft_SolverFoundation_Services___Name | [Description] Gets all instantiations of submodels created directly in a model. [Name] | SubmodelInstances | [] | Model Class (Microsoft.SolverFoundation.Services) | Name | https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.model(v=vs.93) | 7/1438042988311.72_20150728002308-00152-ip-10-236-191-2_896412929_0.json |
2a02d3b9_oft_SolverFoundation_Services___Name | [Description] Gets all submodels created directly in a model. [Name] | Submodels | [] | Model Class (Microsoft.SolverFoundation.Services) | Name | https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.model(v=vs.93) | 7/1438042988311.72_20150728002308-00152-ip-10-236-191-2_896412929_0.json |
2a02d3b9_oft_SolverFoundation_Services___Name | [Description] Gets all tuples that are defined in a model. [Name] | Tuples | [] | Model Class (Microsoft.SolverFoundation.Services) | Name | https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.model(v=vs.93) | 7/1438042988311.72_20150728002308-00152-ip-10-236-191-2_896412929_0.json |
5e80f78f_ystem_Data_Services_Providers___Description | [Name] GetOpenPropertyValue [Description] | Gets the value of the open property. | [] | IDataServiceQueryProvider Interface (System.Data.Services.Providers) | Description | https://msdn.microsoft.com/en-us/library/system.data.services.providers.idataservicequeryprovider.aspx | 7/1438043060830.93_20150728002420-00049-ip-10-236-191-2_895382049_1.json |
5e80f78f_ystem_Data_Services_Providers___Description | [Name] GetOpenPropertyValues [Description] | Gets the name and values of all the properties that are defined in the given instance of an open type. | [] | IDataServiceQueryProvider Interface (System.Data.Services.Providers) | Description | https://msdn.microsoft.com/en-us/library/system.data.services.providers.idataservicequeryprovider.aspx | 7/1438043060830.93_20150728002420-00049-ip-10-236-191-2_895382049_1.json |
5e80f78f_ystem_Data_Services_Providers___Description | [Name] GetPropertyValue [Description] | Gets the value of the open property. | [] | IDataServiceQueryProvider Interface (System.Data.Services.Providers) | Description | https://msdn.microsoft.com/en-us/library/system.data.services.providers.idataservicequeryprovider.aspx | 7/1438043060830.93_20150728002420-00049-ip-10-236-191-2_895382049_1.json |
5e80f78f_ystem_Data_Services_Providers___Description | [Name] GetQueryRootForResourceSet [Description] | Gets the IQueryable that represents the container. | [] | IDataServiceQueryProvider Interface (System.Data.Services.Providers) | Description | https://msdn.microsoft.com/en-us/library/system.data.services.providers.idataservicequeryprovider.aspx | 7/1438043060830.93_20150728002420-00049-ip-10-236-191-2_895382049_1.json |
5e80f78f_ystem_Data_Services_Providers___Description | [Name] GetResourceType [Description] | Gets the resource type for the instance that is specified by the parameter. | [] | IDataServiceQueryProvider Interface (System.Data.Services.Providers) | Description | https://msdn.microsoft.com/en-us/library/system.data.services.providers.idataservicequeryprovider.aspx | 7/1438043060830.93_20150728002420-00049-ip-10-236-191-2_895382049_1.json |
5e80f78f_ystem_Data_Services_Providers___Description | [Name] InvokeServiceOperation [Description] | Invokes the given service operation and returns the results. | [] | IDataServiceQueryProvider Interface (System.Data.Services.Providers) | Description | https://msdn.microsoft.com/en-us/library/system.data.services.providers.idataservicequeryprovider.aspx | 7/1438043060830.93_20150728002420-00049-ip-10-236-191-2_895382049_1.json |
b1273f5f_g_an_Analysis_Services_Project__Item_template | [Category] Analysis Services Project Items [Description] Starts the Cube Wizard to add a new cube to the Analysis Services project. [Item template] | Cube | [
[
"C",
"u",
"b",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"S",
"o",
"u",
"r",
"c",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"V",
"i",
"e",
"w"
],
[
"D",
"a",
"t",
"a",
"b",
"a",
"s",
"e",
" ",
"R",
"o",
"l",
"e"
],
[
"D",
"i",
"m",
"e",
"n",
"s",
"i",
"o",
"n"
],
[
"M",
"i",
"n",
"i",
"n",
"g",
" ",
"S",
"t",
"r",
"u",
"c",
"t",
"u",
"r",
"e"
]
] | Defining an Analysis Services Project | Item template | https://msdn.microsoft.com/en-us/library/ms175630(d=printer,v=sql.100).aspx | 7/1438042988311.72_20150728002308-00264-ip-10-236-191-2_881884402_6.json |
b1273f5f_g_an_Analysis_Services_Project__Item_template | [Description] Starts the Data Source Wizard to add a new data source to the Analysis Services project. [Item template] | Data Source | [
[
"C",
"u",
"b",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"S",
"o",
"u",
"r",
"c",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"V",
"i",
"e",
"w"
],
[
"D",
"a",
"t",
"a",
"b",
"a",
"s",
"e",
" ",
"R",
"o",
"l",
"e"
],
[
"D",
"i",
"m",
"e",
"n",
"s",
"i",
"o",
"n"
],
[
"M",
"i",
"n",
"i",
"n",
"g",
" ",
"S",
"t",
"r",
"u",
"c",
"t",
"u",
"r",
"e"
]
] | Defining an Analysis Services Project | Item template | https://msdn.microsoft.com/en-us/library/ms175630(d=printer,v=sql.100).aspx | 7/1438042988311.72_20150728002308-00264-ip-10-236-191-2_881884402_6.json |
b1273f5f_g_an_Analysis_Services_Project__Item_template | [Description] Starts the Data Source View Wizard to add a new data source view to the Analysis Services project. [Item template] | Data Source View | [
[
"C",
"u",
"b",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"S",
"o",
"u",
"r",
"c",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"V",
"i",
"e",
"w"
],
[
"D",
"a",
"t",
"a",
"b",
"a",
"s",
"e",
" ",
"R",
"o",
"l",
"e"
],
[
"D",
"i",
"m",
"e",
"n",
"s",
"i",
"o",
"n"
],
[
"M",
"i",
"n",
"i",
"n",
"g",
" ",
"S",
"t",
"r",
"u",
"c",
"t",
"u",
"r",
"e"
]
] | Defining an Analysis Services Project | Item template | https://msdn.microsoft.com/en-us/library/ms175630(d=printer,v=sql.100).aspx | 7/1438042988311.72_20150728002308-00264-ip-10-236-191-2_881884402_6.json |
b1273f5f_g_an_Analysis_Services_Project__Item_template | [Description] Adds a new database role to the Analysis Services project, and then displays Role Designer for the new database role. [Item template] | Database Role | [
[
"C",
"u",
"b",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"S",
"o",
"u",
"r",
"c",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"V",
"i",
"e",
"w"
],
[
"D",
"a",
"t",
"a",
"b",
"a",
"s",
"e",
" ",
"R",
"o",
"l",
"e"
],
[
"D",
"i",
"m",
"e",
"n",
"s",
"i",
"o",
"n"
],
[
"M",
"i",
"n",
"i",
"n",
"g",
" ",
"S",
"t",
"r",
"u",
"c",
"t",
"u",
"r",
"e"
]
] | Defining an Analysis Services Project | Item template | https://msdn.microsoft.com/en-us/library/ms175630(d=printer,v=sql.100).aspx | 7/1438042988311.72_20150728002308-00264-ip-10-236-191-2_881884402_6.json |
b1273f5f_g_an_Analysis_Services_Project__Item_template | [Description] Starts the Dimension Wizard to add a new database dimension to the Analysis Services project. [Item template] | Dimension | [
[
"C",
"u",
"b",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"S",
"o",
"u",
"r",
"c",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"V",
"i",
"e",
"w"
],
[
"D",
"a",
"t",
"a",
"b",
"a",
"s",
"e",
" ",
"R",
"o",
"l",
"e"
],
[
"D",
"i",
"m",
"e",
"n",
"s",
"i",
"o",
"n"
],
[
"M",
"i",
"n",
"i",
"n",
"g",
" ",
"S",
"t",
"r",
"u",
"c",
"t",
"u",
"r",
"e"
]
] | Defining an Analysis Services Project | Item template | https://msdn.microsoft.com/en-us/library/ms175630(d=printer,v=sql.100).aspx | 7/1438042988311.72_20150728002308-00264-ip-10-236-191-2_881884402_6.json |
b1273f5f_g_an_Analysis_Services_Project__Item_template | [Description] Starts the Data Mining Wizard to add a new mining structure and associated mining model to the Analysis Services project. [Item template] | Mining Structure | [
[
"C",
"u",
"b",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"S",
"o",
"u",
"r",
"c",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"V",
"i",
"e",
"w"
],
[
"D",
"a",
"t",
"a",
"b",
"a",
"s",
"e",
" ",
"R",
"o",
"l",
"e"
],
[
"D",
"i",
"m",
"e",
"n",
"s",
"i",
"o",
"n"
],
[
"M",
"i",
"n",
"i",
"n",
"g",
" ",
"S",
"t",
"r",
"u",
"c",
"t",
"u",
"r",
"e"
]
] | Defining an Analysis Services Project | Item template | https://msdn.microsoft.com/en-us/library/ms175630(d=printer,v=sql.100).aspx | 7/1438042988311.72_20150728002308-00264-ip-10-236-191-2_881884402_6.json |
0bf33d40_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the number of conflicts that occurred in the step. [Name] | Conflicts | [] | MergeSessionDetail Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergesessiondetail.aspx?cs-save-lang=1&cs-lang=fsharp | 7/1438042988311.72_20150728002308-00159-ip-10-236-191-2_871681918_1.json |
0bf33d40_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the number of deletes that were replicated in the step. [Name] | Deletes | [] | MergeSessionDetail Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergesessiondetail.aspx?cs-save-lang=1&cs-lang=fsharp | 7/1438042988311.72_20150728002308-00159-ip-10-236-191-2_871681918_1.json |
0bf33d40_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the type of detail step represented by the object. [Name] | DetailType | [] | MergeSessionDetail Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergesessiondetail.aspx?cs-save-lang=1&cs-lang=fsharp | 7/1438042988311.72_20150728002308-00159-ip-10-236-191-2_871681918_1.json |
0bf33d40_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the duration of the detail step. [Name] | Duration | [] | MergeSessionDetail Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergesessiondetail.aspx?cs-save-lang=1&cs-lang=fsharp | 7/1438042988311.72_20150728002308-00159-ip-10-236-191-2_871681918_1.json |
0bf33d40_crosoft_SqlServer_Replication___Name | [Description] Gets or sets errors that occurred in the detail step. [Name] | Errors | [] | MergeSessionDetail Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergesessiondetail.aspx?cs-save-lang=1&cs-lang=fsharp | 7/1438042988311.72_20150728002308-00159-ip-10-236-191-2_871681918_1.json |
0bf33d40_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the number of inserts that were replicated in the step. [Name] | Inserts | [] | MergeSessionDetail Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergesessiondetail.aspx?cs-save-lang=1&cs-lang=fsharp | 7/1438042988311.72_20150728002308-00159-ip-10-236-191-2_871681918_1.json |
0bf33d40_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the message returned by the Merge Agent during the step. [Name] | Message | [] | MergeSessionDetail Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergesessiondetail.aspx?cs-save-lang=1&cs-lang=fsharp | 7/1438042988311.72_20150728002308-00159-ip-10-236-191-2_871681918_1.json |
0bf33d40_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the progress of the session during the step, as a percentage of the total session. [Name] | PercentComplete | [] | MergeSessionDetail Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergesessiondetail.aspx?cs-save-lang=1&cs-lang=fsharp | 7/1438042988311.72_20150728002308-00159-ip-10-236-191-2_871681918_1.json |
0bf33d40_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the amount of type spent during this step, as a percentage of the total synchronization time of the session. [Name] | PercentOfTotalTime | [] | MergeSessionDetail Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergesessiondetail.aspx?cs-save-lang=1&cs-lang=fsharp | 7/1438042988311.72_20150728002308-00159-ip-10-236-191-2_871681918_1.json |
0bf33d40_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the number of rows that were retried during the step. [Name] | RowsRetried | [] | MergeSessionDetail Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergesessiondetail.aspx?cs-save-lang=1&cs-lang=fsharp | 7/1438042988311.72_20150728002308-00159-ip-10-236-191-2_871681918_1.json |
0bf33d40_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the number of schema changes applied during the step. [Name] | SchemaChanges | [] | MergeSessionDetail Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergesessiondetail.aspx?cs-save-lang=1&cs-lang=fsharp | 7/1438042988311.72_20150728002308-00159-ip-10-236-191-2_871681918_1.json |
0bf33d40_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the number of updates that were replicated during the step. [Name] | Updates | [] | MergeSessionDetail Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergesessiondetail.aspx?cs-save-lang=1&cs-lang=fsharp | 7/1438042988311.72_20150728002308-00159-ip-10-236-191-2_871681918_1.json |
02cf4c82_ystem_Runtime_InteropServices___Member_name | [Description] The function that supports data binding. [Member name] | FUNCFLAG_FBINDABLE | [] | FUNCFLAGS Enumeration (System.Runtime.InteropServices) | Member name | https://msdn.microsoft.com/en-US/library/system.runtime.interopservices.funcflags(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00325-ip-10-236-191-2_887703626_0.json |
02cf4c82_ystem_Runtime_InteropServices___Member_name | [Description] The function that best represents the object. Only one function in a type information can have this attribute. [Member name] | FUNCFLAG_FDEFAULTBIND | [] | FUNCFLAGS Enumeration (System.Runtime.InteropServices) | Member name | https://msdn.microsoft.com/en-US/library/system.runtime.interopservices.funcflags(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00325-ip-10-236-191-2_887703626_0.json |
02cf4c82_ystem_Runtime_InteropServices___Member_name | [Description] Permits an optimization in which the compiler looks for a member named "xyz" on the type of "abc". If such a member is found, and is flagged as an accessor function for an element of the default collection, a call is generated to that member function. Permitted on members in dispinterfaces and interfaces; not permitted on modules. [Member name] | FUNCFLAG_FDEFAULTCOLLELEM | [] | FUNCFLAGS Enumeration (System.Runtime.InteropServices) | Member name | https://msdn.microsoft.com/en-US/library/system.runtime.interopservices.funcflags(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00325-ip-10-236-191-2_887703626_0.json |
02cf4c82_ystem_Runtime_InteropServices___Member_name | [Description] The function that is displayed to the user as bindable. FUNCFLAG_FBINDABLE must also be set. [Member name] | FUNCFLAG_FDISPLAYBIND | [] | FUNCFLAGS Enumeration (System.Runtime.InteropServices) | Member name | https://msdn.microsoft.com/en-US/library/system.runtime.interopservices.funcflags(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00325-ip-10-236-191-2_887703626_0.json |
02cf4c82_ystem_Runtime_InteropServices___Member_name | [Description] The function should not be displayed to the user, although it exists and is bindable. [Member name] | FUNCFLAG_FHIDDEN | [] | FUNCFLAGS Enumeration (System.Runtime.InteropServices) | Member name | https://msdn.microsoft.com/en-US/library/system.runtime.interopservices.funcflags(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00325-ip-10-236-191-2_887703626_0.json |
02cf4c82_ystem_Runtime_InteropServices___Member_name | [Description] Mapped as individual bindable properties. [Member name] | FUNCFLAG_FIMMEDIATEBIND | [] | FUNCFLAGS Enumeration (System.Runtime.InteropServices) | Member name | https://msdn.microsoft.com/en-US/library/system.runtime.interopservices.funcflags(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00325-ip-10-236-191-2_887703626_0.json |
02cf4c82_ystem_Runtime_InteropServices___Member_name | [Description] The property appears in an object browser, but not in a properties browser. [Member name] | FUNCFLAG_FNONBROWSABLE | [] | FUNCFLAGS Enumeration (System.Runtime.InteropServices) | Member name | https://msdn.microsoft.com/en-US/library/system.runtime.interopservices.funcflags(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00325-ip-10-236-191-2_887703626_0.json |
02cf4c82_ystem_Runtime_InteropServices___Member_name | [Description] Tags the interface as having default behaviors. [Member name] | FUNCFLAG_FREPLACEABLE | [] | FUNCFLAGS Enumeration (System.Runtime.InteropServices) | Member name | https://msdn.microsoft.com/en-US/library/system.runtime.interopservices.funcflags(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00325-ip-10-236-191-2_887703626_0.json |
02cf4c82_ystem_Runtime_InteropServices___Member_name | [Description] When set, any call to a method that sets the property results first in a call to IPropertyNotifySink::OnRequestEdit. The implementation of OnRequestEdit determines if the call is allowed to set the property. [Member name] | FUNCFLAG_FREQUESTEDIT | [] | FUNCFLAGS Enumeration (System.Runtime.InteropServices) | Member name | https://msdn.microsoft.com/en-US/library/system.runtime.interopservices.funcflags(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00325-ip-10-236-191-2_887703626_0.json |
02cf4c82_ystem_Runtime_InteropServices___Member_name | [Description] The function should not be accessible from macro languages. This flag is intended for system-level functions or functions that type browsers should not display. [Member name] | FUNCFLAG_FRESTRICTED | [] | FUNCFLAGS Enumeration (System.Runtime.InteropServices) | Member name | https://msdn.microsoft.com/en-US/library/system.runtime.interopservices.funcflags(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00325-ip-10-236-191-2_887703626_0.json |
02cf4c82_ystem_Runtime_InteropServices___Member_name | [Description] The function returns an object that is a source of events. [Member name] | FUNCFLAG_FSOURCE | [] | FUNCFLAGS Enumeration (System.Runtime.InteropServices) | Member name | https://msdn.microsoft.com/en-US/library/system.runtime.interopservices.funcflags(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00325-ip-10-236-191-2_887703626_0.json |
02cf4c82_ystem_Runtime_InteropServices___Member_name | [Description] The type information member is the default member for display in the user interface. [Member name] | FUNCFLAG_FUIDEFAULT | [] | FUNCFLAGS Enumeration (System.Runtime.InteropServices) | Member name | https://msdn.microsoft.com/en-US/library/system.runtime.interopservices.funcflags(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00325-ip-10-236-191-2_887703626_0.json |
02cf4c82_ystem_Runtime_InteropServices___Member_name | [Description] The function supports GetLastError. If an error occurs during the function, the caller can call GetLastError to retrieve the error code. [Member name] | FUNCFLAG_FUSESGETLASTERROR | [] | FUNCFLAGS Enumeration (System.Runtime.InteropServices) | Member name | https://msdn.microsoft.com/en-US/library/system.runtime.interopservices.funcflags(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00325-ip-10-236-191-2_887703626_0.json |
0d71a137__2007_Using_Visual_Studio_2008__Description | [File] LeadershipTeamTaskWFCT [Description] | Sample code folder containing the project file and source code for the Headcount Request leadership team task workflow content type. | [] | Developing Sequential Workflows for SharePoint Server 2007 Using Visual Studio 2008 | Description | https://msdn.microsoft.com/en-us/library/cc811589(v=office.12).aspx | 7/1438042988311.72_20150728002308-00316-ip-10-236-191-2_873638863_4.json |
0d71a137__2007_Using_Visual_Studio_2008__Description | [File] OpsTeamTaskWFCT [Description] | Sample code folder containing the project file and source code for the Headcount Request operations team task workflow content type. | [] | Developing Sequential Workflows for SharePoint Server 2007 Using Visual Studio 2008 | Description | https://msdn.microsoft.com/en-us/library/cc811589(v=office.12).aspx | 7/1438042988311.72_20150728002308-00316-ip-10-236-191-2_873638863_4.json |
0d71a137__2007_Using_Visual_Studio_2008__Description | [File] LeadershipTeamTaskWFCT.aspx [Description] | Leadership team task workflow content type edit form. | [] | Developing Sequential Workflows for SharePoint Server 2007 Using Visual Studio 2008 | Description | https://msdn.microsoft.com/en-us/library/cc811589(v=office.12).aspx | 7/1438042988311.72_20150728002308-00316-ip-10-236-191-2_873638863_4.json |
0d71a137__2007_Using_Visual_Studio_2008__Description | [File] LeadershipTeamTaskWFCT.cs [Description] | Code file for the leadership team task workflow content type edit form. | [] | Developing Sequential Workflows for SharePoint Server 2007 Using Visual Studio 2008 | Description | https://msdn.microsoft.com/en-us/library/cc811589(v=office.12).aspx | 7/1438042988311.72_20150728002308-00316-ip-10-236-191-2_873638863_4.json |
0d71a137__2007_Using_Visual_Studio_2008__Description | [File] OpsTeamTaskWFCT.aspx [Description] | Operations team task workflow content type edit form. | [] | Developing Sequential Workflows for SharePoint Server 2007 Using Visual Studio 2008 | Description | https://msdn.microsoft.com/en-us/library/cc811589(v=office.12).aspx | 7/1438042988311.72_20150728002308-00316-ip-10-236-191-2_873638863_4.json |
0d71a137__2007_Using_Visual_Studio_2008__Description | [File] OpsTeamTaskWFCT.cs [Description] | Code file for the operations team task workflow content type edit form. | [] | Developing Sequential Workflows for SharePoint Server 2007 Using Visual Studio 2008 | Description | https://msdn.microsoft.com/en-us/library/cc811589(v=office.12).aspx | 7/1438042988311.72_20150728002308-00316-ip-10-236-191-2_873638863_4.json |
0d71a137__2007_Using_Visual_Studio_2008__Description | [File] LeadershipTeamTaskWFCT.xml [Description] | XML file that contains the definition of the leadership team task workflow content type. | [] | Developing Sequential Workflows for SharePoint Server 2007 Using Visual Studio 2008 | Description | https://msdn.microsoft.com/en-us/library/cc811589(v=office.12).aspx | 7/1438042988311.72_20150728002308-00316-ip-10-236-191-2_873638863_4.json |
0d71a137__2007_Using_Visual_Studio_2008__Description | [File] OpsTeamTaskWFCT.xml [Description] | XML file that contains the definition of the operations team task workflow content type. | [] | Developing Sequential Workflows for SharePoint Server 2007 Using Visual Studio 2008 | Description | https://msdn.microsoft.com/en-us/library/cc811589(v=office.12).aspx | 7/1438042988311.72_20150728002308-00316-ip-10-236-191-2_873638863_4.json |
7c95307f_System_Web_UI_Design_Namespace__Description | [Interface] IControlDesignerBehavior [Description] | Enables the extension of specific behaviors of a control designer. | [] | System.Web.UI.Design Namespace | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.design(v=vs.71).aspx | 7/1438042988860.4_20150728002308-00041-ip-10-236-191-2_884349558_1.json |
7c95307f_System_Web_UI_Design_Namespace__Description | [Interface] IDataSourceProvider [Description] | Defines an interface that a control designer can implement to provide access to a data source. | [] | System.Web.UI.Design Namespace | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.design(v=vs.71).aspx | 7/1438042988860.4_20150728002308-00041-ip-10-236-191-2_884349558_1.json |
7c95307f_System_Web_UI_Design_Namespace__Description | [Interface] IHtmlControlDesignerBehavior [Description] | Defines an interface that enables the extension of specific behaviors of an HTML control designer. | [] | System.Web.UI.Design Namespace | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.design(v=vs.71).aspx | 7/1438042988860.4_20150728002308-00041-ip-10-236-191-2_884349558_1.json |
7c95307f_System_Web_UI_Design_Namespace__Description | [Interface] ITemplateEditingFrame [Description] | Provides an interface to manage a template editing area. | [] | System.Web.UI.Design Namespace | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.design(v=vs.71).aspx | 7/1438042988860.4_20150728002308-00041-ip-10-236-191-2_884349558_1.json |
7c95307f_System_Web_UI_Design_Namespace__Description | [Interface] ITemplateEditingService [Description] | Provides services for editing control templates at design time. | [] | System.Web.UI.Design Namespace | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.design(v=vs.71).aspx | 7/1438042988860.4_20150728002308-00041-ip-10-236-191-2_884349558_1.json |
7c95307f_System_Web_UI_Design_Namespace__Description | [Interface] IWebFormReferenceManager [Description] | Provides an interface that can lookup information about the types used in the current Web Forms project. | [] | System.Web.UI.Design Namespace | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.design(v=vs.71).aspx | 7/1438042988860.4_20150728002308-00041-ip-10-236-191-2_884349558_1.json |
7c95307f_System_Web_UI_Design_Namespace__Description | [Interface] IWebFormsBuilderUIService [Description] | Provides methods to start specific user interfaces for building properties at design-time. | [] | System.Web.UI.Design Namespace | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.design(v=vs.71).aspx | 7/1438042988860.4_20150728002308-00041-ip-10-236-191-2_884349558_1.json |
7c95307f_System_Web_UI_Design_Namespace__Description | [Interface] IWebFormsDocumentService [Description] | Provides methods to access services for tracking the loading state of a Web Forms document, handling events at load time, accessing a document's location, managing a document's undo service, and setting a new selection within the document. | [] | System.Web.UI.Design Namespace | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.design(v=vs.71).aspx | 7/1438042988860.4_20150728002308-00041-ip-10-236-191-2_884349558_1.json |
5957c5c6_tandard_Numeric_Format_Strings__NumberFormatInfo_property | [Description] Defines the placement of the percent symbol for positive values. [NumberFormatInfo property] | PercentPositivePattern | [
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"P",
"o",
"s",
"i",
"t",
"i",
"v",
"e",
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"N",
"e",
"g",
"a",
"t",
"i",
"v",
"e",
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"N",
"e",
"g",
"a",
"t",
"i",
"v",
"e",
"S",
"i",
"g",
"n"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"S",
"y",
"m",
"b",
"o",
"l"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"D",
"e",
"c",
"i",
"m",
"a",
"l",
"D",
"i",
"g",
"i",
"t",
"s"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"D",
"e",
"c",
"i",
"m",
"a",
"l",
"S",
"e",
"p",
"a",
"r",
"a",
"t",
"o",
"r"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"G",
"r",
"o",
"u",
"p",
"S",
"e",
"p",
"a",
"r",
"a",
"t",
"o",
"r"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"G",
"r",
"o",
"u",
"p",
"S",
"i",
"z",
"e",
"s"
]
] | Standard Numeric Format Strings | NumberFormatInfo property | https://msdn.microsoft.com/en-us/library/dwhawy9k(v=vs.90).aspx | 7/1438042988860.4_20150728002308-00252-ip-10-236-191-2_885833695_9.json |
5957c5c6_tandard_Numeric_Format_Strings__NumberFormatInfo_property | [Description] Defines the placement of the percent symbol and the negative symbol for negative values. [NumberFormatInfo property] | PercentNegativePattern | [
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"P",
"o",
"s",
"i",
"t",
"i",
"v",
"e",
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"N",
"e",
"g",
"a",
"t",
"i",
"v",
"e",
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"N",
"e",
"g",
"a",
"t",
"i",
"v",
"e",
"S",
"i",
"g",
"n"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"S",
"y",
"m",
"b",
"o",
"l"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"D",
"e",
"c",
"i",
"m",
"a",
"l",
"D",
"i",
"g",
"i",
"t",
"s"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"D",
"e",
"c",
"i",
"m",
"a",
"l",
"S",
"e",
"p",
"a",
"r",
"a",
"t",
"o",
"r"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"G",
"r",
"o",
"u",
"p",
"S",
"e",
"p",
"a",
"r",
"a",
"t",
"o",
"r"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"G",
"r",
"o",
"u",
"p",
"S",
"i",
"z",
"e",
"s"
]
] | Standard Numeric Format Strings | NumberFormatInfo property | https://msdn.microsoft.com/en-us/library/dwhawy9k(v=vs.90).aspx | 7/1438042988860.4_20150728002308-00252-ip-10-236-191-2_885833695_9.json |
5957c5c6_tandard_Numeric_Format_Strings__NumberFormatInfo_property | [Description] Defines the string that indicates that a number is negative. [NumberFormatInfo property] | NegativeSign | [
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"P",
"o",
"s",
"i",
"t",
"i",
"v",
"e",
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"N",
"e",
"g",
"a",
"t",
"i",
"v",
"e",
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"N",
"e",
"g",
"a",
"t",
"i",
"v",
"e",
"S",
"i",
"g",
"n"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"S",
"y",
"m",
"b",
"o",
"l"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"D",
"e",
"c",
"i",
"m",
"a",
"l",
"D",
"i",
"g",
"i",
"t",
"s"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"D",
"e",
"c",
"i",
"m",
"a",
"l",
"S",
"e",
"p",
"a",
"r",
"a",
"t",
"o",
"r"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"G",
"r",
"o",
"u",
"p",
"S",
"e",
"p",
"a",
"r",
"a",
"t",
"o",
"r"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"G",
"r",
"o",
"u",
"p",
"S",
"i",
"z",
"e",
"s"
]
] | Standard Numeric Format Strings | NumberFormatInfo property | https://msdn.microsoft.com/en-us/library/dwhawy9k(v=vs.90).aspx | 7/1438042988860.4_20150728002308-00252-ip-10-236-191-2_885833695_9.json |
5957c5c6_tandard_Numeric_Format_Strings__NumberFormatInfo_property | [Description] Defines the percent symbol. [NumberFormatInfo property] | PercentSymbol | [
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"P",
"o",
"s",
"i",
"t",
"i",
"v",
"e",
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"N",
"e",
"g",
"a",
"t",
"i",
"v",
"e",
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"N",
"e",
"g",
"a",
"t",
"i",
"v",
"e",
"S",
"i",
"g",
"n"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"S",
"y",
"m",
"b",
"o",
"l"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"D",
"e",
"c",
"i",
"m",
"a",
"l",
"D",
"i",
"g",
"i",
"t",
"s"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"D",
"e",
"c",
"i",
"m",
"a",
"l",
"S",
"e",
"p",
"a",
"r",
"a",
"t",
"o",
"r"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"G",
"r",
"o",
"u",
"p",
"S",
"e",
"p",
"a",
"r",
"a",
"t",
"o",
"r"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"G",
"r",
"o",
"u",
"p",
"S",
"i",
"z",
"e",
"s"
]
] | Standard Numeric Format Strings | NumberFormatInfo property | https://msdn.microsoft.com/en-us/library/dwhawy9k(v=vs.90).aspx | 7/1438042988860.4_20150728002308-00252-ip-10-236-191-2_885833695_9.json |
5957c5c6_tandard_Numeric_Format_Strings__NumberFormatInfo_property | [Description] Defines the default number of decimal digits in a percentage value. This value can be overridden by using the precision specifier. [NumberFormatInfo property] | PercentDecimalDigits | [
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"P",
"o",
"s",
"i",
"t",
"i",
"v",
"e",
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"N",
"e",
"g",
"a",
"t",
"i",
"v",
"e",
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"N",
"e",
"g",
"a",
"t",
"i",
"v",
"e",
"S",
"i",
"g",
"n"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"S",
"y",
"m",
"b",
"o",
"l"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"D",
"e",
"c",
"i",
"m",
"a",
"l",
"D",
"i",
"g",
"i",
"t",
"s"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"D",
"e",
"c",
"i",
"m",
"a",
"l",
"S",
"e",
"p",
"a",
"r",
"a",
"t",
"o",
"r"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"G",
"r",
"o",
"u",
"p",
"S",
"e",
"p",
"a",
"r",
"a",
"t",
"o",
"r"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"G",
"r",
"o",
"u",
"p",
"S",
"i",
"z",
"e",
"s"
]
] | Standard Numeric Format Strings | NumberFormatInfo property | https://msdn.microsoft.com/en-us/library/dwhawy9k(v=vs.90).aspx | 7/1438042988860.4_20150728002308-00252-ip-10-236-191-2_885833695_9.json |
5957c5c6_tandard_Numeric_Format_Strings__NumberFormatInfo_property | [Description] Defines the string that separates integral and decimal digits. [NumberFormatInfo property] | PercentDecimalSeparator | [
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"P",
"o",
"s",
"i",
"t",
"i",
"v",
"e",
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"N",
"e",
"g",
"a",
"t",
"i",
"v",
"e",
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"N",
"e",
"g",
"a",
"t",
"i",
"v",
"e",
"S",
"i",
"g",
"n"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"S",
"y",
"m",
"b",
"o",
"l"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"D",
"e",
"c",
"i",
"m",
"a",
"l",
"D",
"i",
"g",
"i",
"t",
"s"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"D",
"e",
"c",
"i",
"m",
"a",
"l",
"S",
"e",
"p",
"a",
"r",
"a",
"t",
"o",
"r"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"G",
"r",
"o",
"u",
"p",
"S",
"e",
"p",
"a",
"r",
"a",
"t",
"o",
"r"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"G",
"r",
"o",
"u",
"p",
"S",
"i",
"z",
"e",
"s"
]
] | Standard Numeric Format Strings | NumberFormatInfo property | https://msdn.microsoft.com/en-us/library/dwhawy9k(v=vs.90).aspx | 7/1438042988860.4_20150728002308-00252-ip-10-236-191-2_885833695_9.json |
5957c5c6_tandard_Numeric_Format_Strings__NumberFormatInfo_property | [Description] Defines the string that separates groups of integral numbers. [NumberFormatInfo property] | PercentGroupSeparator | [
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"P",
"o",
"s",
"i",
"t",
"i",
"v",
"e",
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"N",
"e",
"g",
"a",
"t",
"i",
"v",
"e",
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"N",
"e",
"g",
"a",
"t",
"i",
"v",
"e",
"S",
"i",
"g",
"n"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"S",
"y",
"m",
"b",
"o",
"l"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"D",
"e",
"c",
"i",
"m",
"a",
"l",
"D",
"i",
"g",
"i",
"t",
"s"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"D",
"e",
"c",
"i",
"m",
"a",
"l",
"S",
"e",
"p",
"a",
"r",
"a",
"t",
"o",
"r"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"G",
"r",
"o",
"u",
"p",
"S",
"e",
"p",
"a",
"r",
"a",
"t",
"o",
"r"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"G",
"r",
"o",
"u",
"p",
"S",
"i",
"z",
"e",
"s"
]
] | Standard Numeric Format Strings | NumberFormatInfo property | https://msdn.microsoft.com/en-us/library/dwhawy9k(v=vs.90).aspx | 7/1438042988860.4_20150728002308-00252-ip-10-236-191-2_885833695_9.json |
5957c5c6_tandard_Numeric_Format_Strings__NumberFormatInfo_property | [Description] Defines the number of integer digits that appear in a group. [NumberFormatInfo property] | PercentGroupSizes | [
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"P",
"o",
"s",
"i",
"t",
"i",
"v",
"e",
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"N",
"e",
"g",
"a",
"t",
"i",
"v",
"e",
"P",
"a",
"t",
"t",
"e",
"r",
"n"
],
[
"N",
"e",
"g",
"a",
"t",
"i",
"v",
"e",
"S",
"i",
"g",
"n"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"S",
"y",
"m",
"b",
"o",
"l"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"D",
"e",
"c",
"i",
"m",
"a",
"l",
"D",
"i",
"g",
"i",
"t",
"s"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"D",
"e",
"c",
"i",
"m",
"a",
"l",
"S",
"e",
"p",
"a",
"r",
"a",
"t",
"o",
"r"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"G",
"r",
"o",
"u",
"p",
"S",
"e",
"p",
"a",
"r",
"a",
"t",
"o",
"r"
],
[
"P",
"e",
"r",
"c",
"e",
"n",
"t",
"G",
"r",
"o",
"u",
"p",
"S",
"i",
"z",
"e",
"s"
]
] | Standard Numeric Format Strings | NumberFormatInfo property | https://msdn.microsoft.com/en-us/library/dwhawy9k(v=vs.90).aspx | 7/1438042988860.4_20150728002308-00252-ip-10-236-191-2_885833695_9.json |
a14a2d57_BizTalk_Server_Partner_Edition__Northwind_Field | [Microsoft CRM Object] Account [Microsoft CRM Schema Field] accountnumber [Northwind Table] Customers [Northwind Field] | CustomerID | [] | Creating Custom Integrations with Microsoft CRM without Microsoft BizTalk Server Partner Edition | Northwind Field | https://msdn.microsoft.com/en-us/library/ms913861 | 9/1438042990611.52_20150728002310-00099-ip-10-236-191-2_881632434_0.json |
a14a2d57_BizTalk_Server_Partner_Edition__Northwind_Field | [Microsoft CRM Object] Account [Microsoft CRM Schema Field] name [Northwind Table] Customers [Northwind Field] | CompanyName | [] | Creating Custom Integrations with Microsoft CRM without Microsoft BizTalk Server Partner Edition | Northwind Field | https://msdn.microsoft.com/en-us/library/ms913861 | 9/1438042990611.52_20150728002310-00099-ip-10-236-191-2_881632434_0.json |
a14a2d57_BizTalk_Server_Partner_Edition__Northwind_Field | [Microsoft CRM Object] Contact [Microsoft CRM Schema Field] fullname [Northwind Table] Customers [Northwind Field] | ContactName | [] | Creating Custom Integrations with Microsoft CRM without Microsoft BizTalk Server Partner Edition | Northwind Field | https://msdn.microsoft.com/en-us/library/ms913861 | 9/1438042990611.52_20150728002310-00099-ip-10-236-191-2_881632434_0.json |
a14a2d57_BizTalk_Server_Partner_Edition__Northwind_Field | [Microsoft CRM Object] Contact [Microsoft CRM Schema Field] jobtitle [Northwind Table] Customers [Northwind Field] | ContactTitle | [] | Creating Custom Integrations with Microsoft CRM without Microsoft BizTalk Server Partner Edition | Northwind Field | https://msdn.microsoft.com/en-us/library/ms913861 | 9/1438042990611.52_20150728002310-00099-ip-10-236-191-2_881632434_0.json |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.