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
|
---|---|---|---|---|---|---|---|
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] 24000 [Error] Invalid cursor state [Description] | The Attribute argument was SQL_ATTR_CURRENT_CATALOG, and a result set was pending. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] 25000 [Error] Illegal operation while in a local transaction [Description] | A connection was in a local transaction while attempting to enlist in a distributed transaction connection (DTC) by setting the connection attribute SQL_ATTR_ENLIST_IN_DTC. A connection is already enlisted in a DTC. A connection has been enlisted in a distributed transaction connection and a local transaction was started by setting SQL_ATTR_AUTOCOMMIT to SQL_AUTOCOMMIT_OFF. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] 3D000 [Error] Invalid catalog name [Description] | The Attribute argument was SQL_CURRENT_CATALOG, and the specified catalog name was invalid. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] HY000 [Error] General error [Description] | An error occurred for which there was no specific SQLSTATE and for which no implementation-specific SQLSTATE was defined. The error message returned by SQLGetDiagRec in the *MessageText buffer describes the error and its cause. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] HY001 [Error] Memory allocation error [Description] | The driver was unable to allocate memory required to support execution or completion of the function. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] HY008 [Error] Operation canceled [Description] | Asynchronous processing was enabled for the ConnectionHandle. The SQLSetConnectAttr function was called, and before it completed execution, the SQLCancelHandle function was called on the ConnectionHandle, and then the SQLSetConnectAttr function was called again on the ConnectionHandle. Or, the SQLSetConnectAttr function was called, and before it completed execution, SQLCancelHandle was called on the ConnectionHandle from a different thread in a multithread application. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] HY009 [Error] Invalid use of null pointer [Description] | The Attribute argument identified a connection attribute that required a string value, and the ValuePtr argument was a null pointer. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] HY010 [Error] Function sequence error [Description] | (DM) An asynchronously executing function was called for a StatementHandle associated with the ConnectionHandle and was still executing when SQLSetConnectAttr was called. (DM) An asynchronously executing function (not this one) was called for the ConnectionHandle and was still executing when this function was called. (DM) SQLExecute, SQLExecDirect, or SQLMoreResults was called for one of the statement handles associated with the ConnectionHandle and returned SQL_PARAM_DATA_AVAILABLE. This function was called before data was retrieved for all streamed parameters. (DM) SQLExecute, SQLExecDirect, SQLBulkOperations, or SQLSetPos was called for a StatementHandle associated with the ConnectionHandle and returned SQL_NEED_DATA. This function was called before data was sent for all data-at-execution parameters or columns. (DM) SQLBrowseConnect was called for the ConnectionHandle and returned SQL_NEED_DATA. This function was called before SQLBrowseConnect returned SQL_SUCCESS_WITH_INFO or SQL_SUCCESS. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] HY011 [Error] Attribute cannot be set now [Description] | The Attribute argument was SQL_ATTR_TXN_ISOLATION, and a transaction was open. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] HY013 [Error] Memory management error [Description] | The function call could not be processed because the underlying memory objects could not be accessed, possibly because of low memory conditions. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] HY024 [Error] Invalid attribute value [Description] | Given the specified Attribute value, an invalid value was specified in ValuePtr. (The Driver Manager returns this SQLSTATE only for connection and statement attributes that accept a discrete set of values, such as SQL_ATTR_ACCESS_MODE or SQL_ATTR_ASYNC_ENABLE. For all other connection and statement attributes, the driver must verify the value specified in ValuePtr.) The Attribute argument was SQL_ATTR_TRACEFILE or SQL_ATTR_TRANSLATE_LIB, and ValuePtr was an empty string. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] HY090 [Error] Invalid string or buffer length [Description] | (DM) *ValuePtr is a character string, and the StringLength argument was less than 0 but was not SQL_NTS. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] HY092 [Error] Invalid attribute/option identifier [Description] | (DM) The value specified for the argument Attribute was not valid for the version of ODBC supported by the driver. (DM) The value specified for the argument Attribute was a read-only attribute. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] HY114 [Error] Driver does not support connection-level asynchronous function execution [Description] | (DM) An application attempted to enable asynchronous function execution with SQL_ATTR_ASYNC_DBC_FUNCTIONS_ENABLE for a driver that does not support asynchronous connection operations. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] HY117 [Error] Connection is suspended due to unknown transaction state. Only disconnect and read-only functions are allowed. [Description] | (DM) For more information about the suspended state, see SQLEndTran Function. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] HY121 [Error] Cursor Library and Driver-Aware Pooling cannot be enabled at the same time [Description] | For more information, see Driver-Aware Connection Pooling. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] HYC00 [Error] Optional feature not implemented [Description] | The value specified for the argument Attribute was a valid ODBC connection or statement attribute for the version of ODBC supported by the driver but was not supported by the driver. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] HYT01 [Error] Connection timeout expired [Description] | The connection timeout period expired before the data source responded to the request. The connection timeout period is set through SQLSetConnectAttr, SQL_ATTR_CONNECTION_TIMEOUT. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] IM001 [Error] Driver does not support this function [Description] | (DM) The driver associated with the ConnectionHandle does not support the function. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] IM009 [Error] Unable to load translation DLL [Description] | The driver was unable to load the translation DLL that was specified for the connection. This error can be returned only when Attribute is SQL_ATTR_TRANSLATE_LIB. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] IM017 [Error] Polling is disabled in asynchronous notification mode [Description] | Whenever the notification model is used, polling is disabled. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] IM018 [Error] SQLCompleteAsync has not been called to complete the previous asynchronous operation on this handle. [Description] | If the previous function call on the handle returns SQL_STILL_EXECUTING and if notification mode is enabled, SQLCompleteAsync must be called on the handle to do post-processing and complete the operation. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
f2a6434b_SQLSetConnectAttr_Function__Description | [SQLSTATE] S1118 [Error] Driver does not support asynchronous notification [Description] | SQL_ATTR_ASYNC_DBC_EVENT was set (after the connection was made) but asynchronous notification is not supported by the driver. | [] | SQLSetConnectAttr Function | Description | https://msdn.microsoft.com/en-us/library/ms713605(v=VS.85).aspx | 20/1438042987174.71_20150728002307-00134-ip-10-236-191-2_877617628_1.json |
8d7bbe0c_t_Build_Utilities_Namespace_____Description | [Class] AppDomainIsolatedTask [Description] | Provides the same functionality as Task, but also derives from MarshalByRefObject so that it can be instantiated in its own app domain. | [] | Microsoft.Build.Utilities Namespace () | Description | https://msdn.microsoft.com/en-US/library/microsoft.build.utilities(v=vs.100).aspx | 20/1438042989234.2_20150728002309-00120-ip-10-236-191-2_883496862_0.json |
8d7bbe0c_t_Build_Utilities_Namespace_____Description | [Class] CanonicalTrackedInputFiles [Description] | This class is the filetracking log interpreter for .read. tracking logs in canonical form or those that have been rooted (^) to make them canonical | [] | Microsoft.Build.Utilities Namespace () | Description | https://msdn.microsoft.com/en-US/library/microsoft.build.utilities(v=vs.100).aspx | 20/1438042989234.2_20150728002309-00120-ip-10-236-191-2_883496862_0.json |
8d7bbe0c_t_Build_Utilities_Namespace_____Description | [Class] CanonicalTrackedOutputFiles [Description] | This class is the file tracking log interpreter for .write. tracking logs in canonical form Canoncial .write. logs need to be rooted, since the outputs need to be associated with an input. | [] | Microsoft.Build.Utilities Namespace () | Description | https://msdn.microsoft.com/en-US/library/microsoft.build.utilities(v=vs.100).aspx | 20/1438042989234.2_20150728002309-00120-ip-10-236-191-2_883496862_0.json |
8d7bbe0c_t_Build_Utilities_Namespace_____Description | [Class] CommandLineBuilder [Description] | Comprises utility methods for constructing a command line. | [] | Microsoft.Build.Utilities Namespace () | Description | https://msdn.microsoft.com/en-US/library/microsoft.build.utilities(v=vs.100).aspx | 20/1438042989234.2_20150728002309-00120-ip-10-236-191-2_883496862_0.json |
8d7bbe0c_t_Build_Utilities_Namespace_____Description | [Class] FileTracker [Description] | This class contains utility functions to encapsulate launching and logging for the Tracker | [] | Microsoft.Build.Utilities Namespace () | Description | https://msdn.microsoft.com/en-US/library/microsoft.build.utilities(v=vs.100).aspx | 20/1438042989234.2_20150728002309-00120-ip-10-236-191-2_883496862_0.json |
8d7bbe0c_t_Build_Utilities_Namespace_____Description | [Class] FlatTrackingData [Description] | This class is used to track file dependencies during a build. | [] | Microsoft.Build.Utilities Namespace () | Description | https://msdn.microsoft.com/en-US/library/microsoft.build.utilities(v=vs.100).aspx | 20/1438042989234.2_20150728002309-00120-ip-10-236-191-2_883496862_0.json |
8d7bbe0c_t_Build_Utilities_Namespace_____Description | [Class] Logger [Description] | When overridden in a derived form, provides functionality for loggers that handle events raised by the MSBuild engine. | [] | Microsoft.Build.Utilities Namespace () | Description | https://msdn.microsoft.com/en-US/library/microsoft.build.utilities(v=vs.100).aspx | 20/1438042989234.2_20150728002309-00120-ip-10-236-191-2_883496862_0.json |
8d7bbe0c_t_Build_Utilities_Namespace_____Description | [Class] ProcessorArchitecture [Description] | Determines the correct tool in the Toolset that MSBuild should use, based on the current system's processor architecture. | [] | Microsoft.Build.Utilities Namespace () | Description | https://msdn.microsoft.com/en-US/library/microsoft.build.utilities(v=vs.100).aspx | 20/1438042989234.2_20150728002309-00120-ip-10-236-191-2_883496862_0.json |
8d7bbe0c_t_Build_Utilities_Namespace_____Description | [Class] Task [Description] | When overridden in a derived form, provides functionality for tasks. | [] | Microsoft.Build.Utilities Namespace () | Description | https://msdn.microsoft.com/en-US/library/microsoft.build.utilities(v=vs.100).aspx | 20/1438042989234.2_20150728002309-00120-ip-10-236-191-2_883496862_0.json |
8d7bbe0c_t_Build_Utilities_Namespace_____Description | [Class] TaskItem [Description] | Defines a single item of the project as it is passed into a task. | [] | Microsoft.Build.Utilities Namespace () | Description | https://msdn.microsoft.com/en-US/library/microsoft.build.utilities(v=vs.100).aspx | 20/1438042989234.2_20150728002309-00120-ip-10-236-191-2_883496862_0.json |
8d7bbe0c_t_Build_Utilities_Namespace_____Description | [Class] TaskLoggingHelper [Description] | Provides helper logging methods used by tasks. | [] | Microsoft.Build.Utilities Namespace () | Description | https://msdn.microsoft.com/en-US/library/microsoft.build.utilities(v=vs.100).aspx | 20/1438042989234.2_20150728002309-00120-ip-10-236-191-2_883496862_0.json |
8d7bbe0c_t_Build_Utilities_Namespace_____Description | [Class] ToolLocationHelper [Description] | Provides utility methods for locating .NET Framework and .NET Framework SDK files and directories. | [] | Microsoft.Build.Utilities Namespace () | Description | https://msdn.microsoft.com/en-US/library/microsoft.build.utilities(v=vs.100).aspx | 20/1438042989234.2_20150728002309-00120-ip-10-236-191-2_883496862_0.json |
8d7bbe0c_t_Build_Utilities_Namespace_____Description | [Class] ToolTask [Description] | When overridden in a derived form, provides functionality for a task that wraps a command line tool. | [] | Microsoft.Build.Utilities Namespace () | Description | https://msdn.microsoft.com/en-US/library/microsoft.build.utilities(v=vs.100).aspx | 20/1438042989234.2_20150728002309-00120-ip-10-236-191-2_883496862_0.json |
8d7bbe0c_t_Build_Utilities_Namespace_____Description | [Class] TrackedDependencies [Description] | This class contains utility functions to assist with tracking dependencies | [] | Microsoft.Build.Utilities Namespace () | Description | https://msdn.microsoft.com/en-US/library/microsoft.build.utilities(v=vs.100).aspx | 20/1438042989234.2_20150728002309-00120-ip-10-236-191-2_883496862_0.json |
b207462d__Server_Search_Administration___Description | [Name] AutoCreateNewManagedProperties [Description] | Gets or sets a Boolean value indicating if new managed properties should be created automatically for the crawled properties in a category. | [] | Category properties (Microsoft.Office.Server.Search.Administration) | Description | https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.administration.category_properties(v=office.15).aspx | 20/1438042989234.2_20150728002309-00267-ip-10-236-191-2_887326575_0.json |
b207462d__Server_Search_Administration___Description | [Name] CrawledPropertyCount [Description] | Gets the number of crawled properties for a category. | [] | Category properties (Microsoft.Office.Server.Search.Administration) | Description | https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.administration.category_properties(v=office.15).aspx | 20/1438042989234.2_20150728002309-00267-ip-10-236-191-2_887326575_0.json |
b207462d__Server_Search_Administration___Description | [Name] DiscoverNewProperties [Description] | Gets or sets a Boolean value that indicates if the crawler should automatically discover crawled properties with every crawl. | [] | Category properties (Microsoft.Office.Server.Search.Administration) | Description | https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.administration.category_properties(v=office.15).aspx | 20/1438042989234.2_20150728002309-00267-ip-10-236-191-2_887326575_0.json |
b207462d__Server_Search_Administration___Description | [Name] FullTextQueriable [Description] | Gets or sets a Boolean value that indicates if the property values for the category are stored in the full-text index. | [] | Category properties (Microsoft.Office.Server.Search.Administration) | Description | https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.administration.category_properties(v=office.15).aspx | 20/1438042989234.2_20150728002309-00267-ip-10-236-191-2_887326575_0.json |
b207462d__Server_Search_Administration___Description | [Name] MapToContents [Description] | Gets or sets a Boolean value indicating if all string crawled properties are mapped to content. | [] | Category properties (Microsoft.Office.Server.Search.Administration) | Description | https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.administration.category_properties(v=office.15).aspx | 20/1438042989234.2_20150728002309-00267-ip-10-236-191-2_887326575_0.json |
b207462d__Server_Search_Administration___Description | [Name] MatchExistingManagedProperty [Description] | This property is not in use and should be ignored. | [] | Category properties (Microsoft.Office.Server.Search.Administration) | Description | https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.administration.category_properties(v=office.15).aspx | 20/1438042989234.2_20150728002309-00267-ip-10-236-191-2_887326575_0.json |
b207462d__Server_Search_Administration___Description | [Name] MatchIgnorePrefix [Description] | This property is not in use and should be ignored. | [] | Category properties (Microsoft.Office.Server.Search.Administration) | Description | https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.administration.category_properties(v=office.15).aspx | 20/1438042989234.2_20150728002309-00267-ip-10-236-191-2_887326575_0.json |
b207462d__Server_Search_Administration___Description | [Name] MatchIgnoreSuffix [Description] | This property is not in use and should be ignored. | [] | Category properties (Microsoft.Office.Server.Search.Administration) | Description | https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.administration.category_properties(v=office.15).aspx | 20/1438042989234.2_20150728002309-00267-ip-10-236-191-2_887326575_0.json |
b207462d__Server_Search_Administration___Description | [Name] MaxIndexedStringLength [Description] | This property is not in use and should be ignored. | [] | Category properties (Microsoft.Office.Server.Search.Administration) | Description | https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.administration.category_properties(v=office.15).aspx | 20/1438042989234.2_20150728002309-00267-ip-10-236-191-2_887326575_0.json |
b207462d__Server_Search_Administration___Description | [Name] MaxNonIndexedStringLength [Description] | This property is not in use and should be ignored. | [] | Category properties (Microsoft.Office.Server.Search.Administration) | Description | https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.administration.category_properties(v=office.15).aspx | 20/1438042989234.2_20150728002309-00267-ip-10-236-191-2_887326575_0.json |
b207462d__Server_Search_Administration___Description | [Name] MultipleValues [Description] | Gets or sets if multiple values should be supported for managed properties created automatically based on this category. | [] | Category properties (Microsoft.Office.Server.Search.Administration) | Description | https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.administration.category_properties(v=office.15).aspx | 20/1438042989234.2_20150728002309-00267-ip-10-236-191-2_887326575_0.json |
b207462d__Server_Search_Administration___Description | [Name] Name [Description] | Gets or sets the name of a category. | [] | Category properties (Microsoft.Office.Server.Search.Administration) | Description | https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.administration.category_properties(v=office.15).aspx | 20/1438042989234.2_20150728002309-00267-ip-10-236-191-2_887326575_0.json |
b207462d__Server_Search_Administration___Description | [Name] Queryable [Description] | Gets or sets if managed properties created automatically based on this category can be queried. | [] | Category properties (Microsoft.Office.Server.Search.Administration) | Description | https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.administration.category_properties(v=office.15).aspx | 20/1438042989234.2_20150728002309-00267-ip-10-236-191-2_887326575_0.json |
b207462d__Server_Search_Administration___Description | [Name] Retrievable [Description] | Gets or sets a Boolean value that indicates if the property values for the category are stored in the Property Store database. | [] | Category properties (Microsoft.Office.Server.Search.Administration) | Description | https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.administration.category_properties(v=office.15).aspx | 20/1438042989234.2_20150728002309-00267-ip-10-236-191-2_887326575_0.json |
b207462d__Server_Search_Administration___Description | [Name] Scoped [Description] | Gets or sets if scoping should be enabled for managed properties created automatically based on this category | [] | Category properties (Microsoft.Office.Server.Search.Administration) | Description | https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.administration.category_properties(v=office.15).aspx | 20/1438042989234.2_20150728002309-00267-ip-10-236-191-2_887326575_0.json |
0f8d17a3_StreamReader_Class__System_IO___Description | [Name] StreamReader(Stream) [Description] | Initializes a new instance of the StreamReader class for the specified stream. | [] | StreamReader Class (System.IO) | Description | https://msdn.microsoft.com/library/windows/apps/system.io.streamreader | 20/1438044160065.87_20150728004240-00208-ip-10-236-191-2_866889748_0.json |
0f8d17a3_StreamReader_Class__System_IO___Description | [Name] StreamReader(String) [Description] | Initializes a new instance of the StreamReader class for the specified file name. | [] | StreamReader Class (System.IO) | Description | https://msdn.microsoft.com/library/windows/apps/system.io.streamreader | 20/1438044160065.87_20150728004240-00208-ip-10-236-191-2_866889748_0.json |
0f8d17a3_StreamReader_Class__System_IO___Description | [Name] StreamReader(Stream, Boolean) [Description] | Initializes a new instance of the StreamReader class for the specified stream, with the specified byte order mark detection option. | [] | StreamReader Class (System.IO) | Description | https://msdn.microsoft.com/library/windows/apps/system.io.streamreader | 20/1438044160065.87_20150728004240-00208-ip-10-236-191-2_866889748_0.json |
0f8d17a3_StreamReader_Class__System_IO___Description | [Name] StreamReader(Stream, Encoding) [Description] | Initializes a new instance of the StreamReader class for the specified stream, with the specified character encoding. | [] | StreamReader Class (System.IO) | Description | https://msdn.microsoft.com/library/windows/apps/system.io.streamreader | 20/1438044160065.87_20150728004240-00208-ip-10-236-191-2_866889748_0.json |
0f8d17a3_StreamReader_Class__System_IO___Description | [Name] StreamReader(String, Boolean) [Description] | Initializes a new instance of the StreamReader class for the specified file name, with the specified byte order mark detection option. | [] | StreamReader Class (System.IO) | Description | https://msdn.microsoft.com/library/windows/apps/system.io.streamreader | 20/1438044160065.87_20150728004240-00208-ip-10-236-191-2_866889748_0.json |
0f8d17a3_StreamReader_Class__System_IO___Description | [Name] StreamReader(String, Encoding) [Description] | Initializes a new instance of the StreamReader class for the specified file name, with the specified character encoding. | [] | StreamReader Class (System.IO) | Description | https://msdn.microsoft.com/library/windows/apps/system.io.streamreader | 20/1438044160065.87_20150728004240-00208-ip-10-236-191-2_866889748_0.json |
0f8d17a3_StreamReader_Class__System_IO___Description | [Name] StreamReader(Stream, Encoding, Boolean) [Description] | Initializes a new instance of the StreamReader class for the specified stream, with the specified character encoding and byte order mark detection option. | [] | StreamReader Class (System.IO) | Description | https://msdn.microsoft.com/library/windows/apps/system.io.streamreader | 20/1438044160065.87_20150728004240-00208-ip-10-236-191-2_866889748_0.json |
0f8d17a3_StreamReader_Class__System_IO___Description | [Name] StreamReader(String, Encoding, Boolean) [Description] | Initializes a new instance of the StreamReader class for the specified file name, with the specified character encoding and byte order mark detection option. | [] | StreamReader Class (System.IO) | Description | https://msdn.microsoft.com/library/windows/apps/system.io.streamreader | 20/1438044160065.87_20150728004240-00208-ip-10-236-191-2_866889748_0.json |
0f8d17a3_StreamReader_Class__System_IO___Description | [Name] StreamReader(Stream, Encoding, Boolean, Int32) [Description] | Initializes a new instance of the StreamReader class for the specified stream, with the specified character encoding, byte order mark detection option, and buffer size. | [] | StreamReader Class (System.IO) | Description | https://msdn.microsoft.com/library/windows/apps/system.io.streamreader | 20/1438044160065.87_20150728004240-00208-ip-10-236-191-2_866889748_0.json |
0f8d17a3_StreamReader_Class__System_IO___Description | [Name] StreamReader(String, Encoding, Boolean, Int32) [Description] | Initializes a new instance of the StreamReader class for the specified file name, with the specified character encoding, byte order mark detection option, and buffer size. | [] | StreamReader Class (System.IO) | Description | https://msdn.microsoft.com/library/windows/apps/system.io.streamreader | 20/1438044160065.87_20150728004240-00208-ip-10-236-191-2_866889748_0.json |
0f8d17a3_StreamReader_Class__System_IO___Description | [Name] StreamReader(Stream, Encoding, Boolean, Int32, Boolean) [Description] | Initializes a new instance of the StreamReader class for the specified stream based on the specified character encoding, byte order mark detection option, and buffer size, and optionally leaves the stream open. | [] | StreamReader Class (System.IO) | Description | https://msdn.microsoft.com/library/windows/apps/system.io.streamreader | 20/1438044160065.87_20150728004240-00208-ip-10-236-191-2_866889748_0.json |
ba8a98dc_t_Reporting_WebForms_Namespace__Description | [Delegate] BackEventHandler [Description] | Represents the method that will handle the Back event of a ReportViewer. | [] | Microsoft.Reporting.WebForms Namespace | Description | https://msdn.microsoft.com/en-US/library/microsoft.reporting.webforms(v=vs.80).aspx | 20/1438042989234.2_20150728002309-00250-ip-10-236-191-2_895888921_3.json |
ba8a98dc_t_Reporting_WebForms_Namespace__Description | [Delegate] BookmarkNavigationEventHandler [Description] | Represents the method that will handle the BookmarkNavigation event of a ReportViewer. | [] | Microsoft.Reporting.WebForms Namespace | Description | https://msdn.microsoft.com/en-US/library/microsoft.reporting.webforms(v=vs.80).aspx | 20/1438042989234.2_20150728002309-00250-ip-10-236-191-2_895888921_3.json |
ba8a98dc_t_Reporting_WebForms_Namespace__Description | [Delegate] CreateStreamCallback [Description] | Provides a stream to the ReportViewer control for rendering. | [] | Microsoft.Reporting.WebForms Namespace | Description | https://msdn.microsoft.com/en-US/library/microsoft.reporting.webforms(v=vs.80).aspx | 20/1438042989234.2_20150728002309-00250-ip-10-236-191-2_895888921_3.json |
ba8a98dc_t_Reporting_WebForms_Namespace__Description | [Delegate] DocumentMapNavigationEventHandler [Description] | Represents the method that will handle the DocumentMapNavigation event of a ReportViewer. | [] | Microsoft.Reporting.WebForms Namespace | Description | https://msdn.microsoft.com/en-US/library/microsoft.reporting.webforms(v=vs.80).aspx | 20/1438042989234.2_20150728002309-00250-ip-10-236-191-2_895888921_3.json |
ba8a98dc_t_Reporting_WebForms_Namespace__Description | [Delegate] DrillthroughEventHandler [Description] | Represents the method that will handle the Drillthrough event of a ReportViewer. | [] | Microsoft.Reporting.WebForms Namespace | Description | https://msdn.microsoft.com/en-US/library/microsoft.reporting.webforms(v=vs.80).aspx | 20/1438042989234.2_20150728002309-00250-ip-10-236-191-2_895888921_3.json |
ba8a98dc_t_Reporting_WebForms_Namespace__Description | [Delegate] PageNavigationEventHandler [Description] | Represents the method that will handle the PageNavigation event of a ReportViewer. | [] | Microsoft.Reporting.WebForms Namespace | Description | https://msdn.microsoft.com/en-US/library/microsoft.reporting.webforms(v=vs.80).aspx | 20/1438042989234.2_20150728002309-00250-ip-10-236-191-2_895888921_3.json |
ba8a98dc_t_Reporting_WebForms_Namespace__Description | [Delegate] ReportErrorEventHandler [Description] | Represents the method that will handle a ReportError event. | [] | Microsoft.Reporting.WebForms Namespace | Description | https://msdn.microsoft.com/en-US/library/microsoft.reporting.webforms(v=vs.80).aspx | 20/1438042989234.2_20150728002309-00250-ip-10-236-191-2_895888921_3.json |
ba8a98dc_t_Reporting_WebForms_Namespace__Description | [Delegate] SearchEventHandler [Description] | Represents the method that will handle a Search event. | [] | Microsoft.Reporting.WebForms Namespace | Description | https://msdn.microsoft.com/en-US/library/microsoft.reporting.webforms(v=vs.80).aspx | 20/1438042989234.2_20150728002309-00250-ip-10-236-191-2_895888921_3.json |
ba8a98dc_t_Reporting_WebForms_Namespace__Description | [Delegate] SortEventHandler [Description] | Represents the method that will handle the Sort event of a ReportViewer. | [] | Microsoft.Reporting.WebForms Namespace | Description | https://msdn.microsoft.com/en-US/library/microsoft.reporting.webforms(v=vs.80).aspx | 20/1438042989234.2_20150728002309-00250-ip-10-236-191-2_895888921_3.json |
ba8a98dc_t_Reporting_WebForms_Namespace__Description | [Delegate] SubreportProcessingEventHandler [Description] | Represents the method that will handle the SubreportProcessing event of a ReportViewer. | [] | Microsoft.Reporting.WebForms Namespace | Description | https://msdn.microsoft.com/en-US/library/microsoft.reporting.webforms(v=vs.80).aspx | 20/1438042989234.2_20150728002309-00250-ip-10-236-191-2_895888921_3.json |
28758f27_RecordsRepository_namespace_____Class | [Description] Configures automatic folder creation in a content organizer site. [Class] | DocumentRouterAutoFolderSettings | [] | Microsoft.Office.RecordsManagement.RecordsRepository namespace () | Class | https://msdn.microsoft.com/EN-US/library/microsoft.office.recordsmanagement.recordsrepository.aspx | 20/1438042989234.2_20150728002309-00260-ip-10-236-191-2_888158794_0.json |
28758f27_RecordsRepository_namespace_____Class | [Description] Indicates that the Content Organizer feature is not active. [Class] | DocumentRoutingFeatureNotActiveException | [] | Microsoft.Office.RecordsManagement.RecordsRepository namespace () | Class | https://msdn.microsoft.com/EN-US/library/microsoft.office.recordsmanagement.recordsrepository.aspx | 20/1438042989234.2_20150728002309-00260-ip-10-236-191-2_888158794_0.json |
28758f27_RecordsRepository_namespace_____Class | [Description] Represents the results of a document routing action performed by the content organizer. [Class] | DocumentRoutingResult | [] | Microsoft.Office.RecordsManagement.RecordsRepository namespace () | Class | https://msdn.microsoft.com/EN-US/library/microsoft.office.recordsmanagement.recordsrepository.aspx | 20/1438042989234.2_20150728002309-00260-ip-10-236-191-2_888158794_0.json |
28758f27_RecordsRepository_namespace_____Class | [Description] The EcmDocumentRouter class represents a content organizer that routes documents submitted to a Web site. [Class] | EcmDocumentRouter | [] | Microsoft.Office.RecordsManagement.RecordsRepository namespace () | Class | https://msdn.microsoft.com/EN-US/library/microsoft.office.recordsmanagement.recordsrepository.aspx | 20/1438042989234.2_20150728002309-00260-ip-10-236-191-2_888158794_0.json |
28758f27_RecordsRepository_namespace_____Class | [Description] Represents a rule that defines document-routing behavior for the content organizer. [Class] | EcmDocumentRouterRule | [] | Microsoft.Office.RecordsManagement.RecordsRepository namespace () | Class | https://msdn.microsoft.com/EN-US/library/microsoft.office.recordsmanagement.recordsrepository.aspx | 20/1438042989234.2_20150728002309-00260-ip-10-236-191-2_888158794_0.json |
28758f27_RecordsRepository_namespace_____Class | [Description] Represents the collection of rules that are used by the content organizer to organize submitted documents. [Class] | EcmDocumentRouterRuleCollection | [] | Microsoft.Office.RecordsManagement.RecordsRepository namespace () | Class | https://msdn.microsoft.com/EN-US/library/microsoft.office.recordsmanagement.recordsrepository.aspx | 20/1438042989234.2_20150728002309-00260-ip-10-236-191-2_888158794_0.json |
28758f27_RecordsRepository_namespace_____Class | [Description] Represents a repository abstraction that can be configured to automatically organize and manage incoming content. [Class] | EcmDocumentRoutingWeb | [] | Microsoft.Office.RecordsManagement.RecordsRepository namespace () | Class | https://msdn.microsoft.com/EN-US/library/microsoft.office.recordsmanagement.recordsrepository.aspx | 20/1438042989234.2_20150728002309-00260-ip-10-236-191-2_888158794_0.json |
28758f27_RecordsRepository_namespace_____Class | [Description] Obsolete. This class and its members are reserved for internal use and are not intended to be used in your code. [Class] | HoldingZoneExpirationAction | [] | Microsoft.Office.RecordsManagement.RecordsRepository namespace () | Class | https://msdn.microsoft.com/EN-US/library/microsoft.office.recordsmanagement.recordsrepository.aspx | 20/1438042989234.2_20150728002309-00260-ip-10-236-191-2_888158794_0.json |
28758f27_RecordsRepository_namespace_____Class | [Description] Thrown when an item cannot be declared or when an item is undeclared as record. [Class] | ItemCannotBeDeclaredUndeclaredRecordException | [] | Microsoft.Office.RecordsManagement.RecordsRepository namespace () | Class | https://msdn.microsoft.com/EN-US/library/microsoft.office.recordsmanagement.recordsrepository.aspx | 20/1438042989234.2_20150728002309-00260-ip-10-236-191-2_888158794_0.json |
28758f27_RecordsRepository_namespace_____Class | [Description] Represents the processing engine for documents submitted to the Records Repository. [Class] | OfficialFileCore | [] | Microsoft.Office.RecordsManagement.RecordsRepository namespace () | Class | https://msdn.microsoft.com/EN-US/library/microsoft.office.recordsmanagement.recordsrepository.aspx | 20/1438042989234.2_20150728002309-00260-ip-10-236-191-2_888158794_0.json |
28758f27_RecordsRepository_namespace_____Class | [Description] Implements the IPublishingPageRouter interface. [Class] | PublishingPageRouter | [] | Microsoft.Office.RecordsManagement.RecordsRepository namespace () | Class | https://msdn.microsoft.com/EN-US/library/microsoft.office.recordsmanagement.recordsrepository.aspx | 20/1438042989234.2_20150728002309-00260-ip-10-236-191-2_888158794_0.json |
28758f27_RecordsRepository_namespace_____Class | [Description] The Records class defines utility functions associated with Record items. [Class] | Records | [] | Microsoft.Office.RecordsManagement.RecordsRepository namespace () | Class | https://msdn.microsoft.com/EN-US/library/microsoft.office.recordsmanagement.recordsrepository.aspx | 20/1438042989234.2_20150728002309-00260-ip-10-236-191-2_888158794_0.json |
28758f27_RecordsRepository_namespace_____Class | [Description] Obsolete. Represents a rule. [Class] | RecordSeries | [] | Microsoft.Office.RecordsManagement.RecordsRepository namespace () | Class | https://msdn.microsoft.com/EN-US/library/microsoft.office.recordsmanagement.recordsrepository.aspx | 20/1438042989234.2_20150728002309-00260-ip-10-236-191-2_888158794_0.json |
28758f27_RecordsRepository_namespace_____Class | [Description] Obsolete. Represents a collection of all rules in the repository. [Class] | RecordSeriesCollection | [] | Microsoft.Office.RecordsManagement.RecordsRepository namespace () | Class | https://msdn.microsoft.com/EN-US/library/microsoft.office.recordsmanagement.recordsrepository.aspx | 20/1438042989234.2_20150728002309-00260-ip-10-236-191-2_888158794_0.json |
28758f27_RecordsRepository_namespace_____Class | [Description] Contains the Web template ID used for creating a new Records Center. [Class] | RecordsRepositoryCommon | [] | Microsoft.Office.RecordsManagement.RecordsRepository namespace () | Class | https://msdn.microsoft.com/EN-US/library/microsoft.office.recordsmanagement.recordsrepository.aspx | 20/1438042989234.2_20150728002309-00260-ip-10-236-191-2_888158794_0.json |
28758f27_RecordsRepository_namespace_____Class | [Description] Reserved for internal use.. [Class] | Router | [] | Microsoft.Office.RecordsManagement.RecordsRepository namespace () | Class | https://msdn.microsoft.com/EN-US/library/microsoft.office.recordsmanagement.recordsrepository.aspx | 20/1438042989234.2_20150728002309-00260-ip-10-236-191-2_888158794_0.json |
28758f27_RecordsRepository_namespace_____Class | [Description] Creates a unique extension. [Class] | UniqueExtension | [] | Microsoft.Office.RecordsManagement.RecordsRepository namespace () | Class | https://msdn.microsoft.com/EN-US/library/microsoft.office.recordsmanagement.recordsrepository.aspx | 20/1438042989234.2_20150728002309-00260-ip-10-236-191-2_888158794_0.json |
771b031c_CheckBox_Styles_and_Templates__VisualState_Name | [VisualStateGroup Name] CommonStates [Description] The default state. [VisualState Name] | Normal | [] | CheckBox Styles and Templates | VisualState Name | https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx | 20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json |
771b031c_CheckBox_Styles_and_Templates__VisualState_Name | [VisualStateGroup Name] CommonStates [Description] The mouse pointer is positioned over the control. [VisualState Name] | MouseOver | [] | CheckBox Styles and Templates | VisualState Name | https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx | 20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json |
771b031c_CheckBox_Styles_and_Templates__VisualState_Name | [VisualStateGroup Name] CommonStates [Description] The control is pressed. [VisualState Name] | Pressed | [] | CheckBox Styles and Templates | VisualState Name | https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx | 20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json |
771b031c_CheckBox_Styles_and_Templates__VisualState_Name | [VisualStateGroup Name] CommonStates [Description] The control is disabled. [VisualState Name] | Disabled | [] | CheckBox Styles and Templates | VisualState Name | https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx | 20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json |
771b031c_CheckBox_Styles_and_Templates__VisualState_Name | [VisualStateGroup Name] FocusStates [Description] IsFocused is true. [VisualState Name] | Focused | [] | CheckBox Styles and Templates | VisualState Name | https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx | 20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json |
771b031c_CheckBox_Styles_and_Templates__VisualState_Name | [VisualStateGroup Name] FocusStates [Description] IsFocused is false. [VisualState Name] | Unfocused | [] | CheckBox Styles and Templates | VisualState Name | https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx | 20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json |
771b031c_CheckBox_Styles_and_Templates__VisualState_Name | [VisualStateGroup Name] CheckStates [Description] IsChecked is true. [VisualState Name] | Checked | [] | CheckBox Styles and Templates | VisualState Name | https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx | 20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json |
771b031c_CheckBox_Styles_and_Templates__VisualState_Name | [VisualStateGroup Name] CheckStates [Description] IsChecked is false. [VisualState Name] | Unchecked | [] | CheckBox Styles and Templates | VisualState Name | https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx | 20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json |
771b031c_CheckBox_Styles_and_Templates__VisualState_Name | [VisualStateGroup Name] CheckStates [Description] IsThreeState is true, and IsChecked is null. [VisualState Name] | Indeterminate | [] | CheckBox Styles and Templates | VisualState Name | https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx | 20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json |
771b031c_CheckBox_Styles_and_Templates__VisualState_Name | [VisualStateGroup Name] ValidationStates [Description] The control is valid. [VisualState Name] | Valid | [] | CheckBox Styles and Templates | VisualState Name | https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx | 20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.