task
stringlengths 24
71
| input
stringlengths 8
2.38k
| output
stringlengths 1
2.34k
| options
list | pageTitle
stringlengths 4
140
| outputColName
stringlengths 1
79
| url
stringlengths 41
160
| wdcFile
stringlengths 71
74
|
---|---|---|---|---|---|---|---|
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] user_type_id [Data type] int NULL [Description] | For CLR and alias types, contains the user_type_id of the data type of the column as specified in sys.types. Otherwise is NULL. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] user_type_database [Data type] sysname NULL [Description] | For CLR and alias types, contains the name of the database in which the type is defined. Otherwise is NULL. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] user_type_schema [Data type] sysname NULL [Description] | For CLR and alias types, contains the name of the schema in which the type is defined. Otherwise is NULL. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] user_type_name [Data type] sysname NULL [Description] | For CLR and alias types, contains the name of the type. Otherwise is NULL. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] assembly_qualified_type_name [Data type] nvarchar(4000) [Description] | For CLR types, returns the name of the assembly and class defining the type. Otherwise is NULL. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] xml_collection_id [Data type] int NULL [Description] | Contains the xml_collection_id of the data type of the column as specified in sys.columns. This column will return NULL if the type returned is not associated with an XML schema collection. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] xml_collection_database [Data type] sysname NULL [Description] | Contains the database in which the XML schema collection associated with this type is defined. This column will return NULL if the type returned is not associated with an XML schema collection. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] xml_collection_schema [Data type] sysname NULL [Description] | Contains the schema in which the XML schema collection associated with this type is defined. This column will return NULL if the type returned is not associated with an XML schema collection. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] xml_collection_name [Data type] sysname NULL [Description] | Contains the name of the XML schema collection associated with this type. This column will return NULL if the type returned is not associated with an XML schema collection. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] is_xml_document [Data type] bit NOT NULL [Description] | Returns 1 if the returned data type is XML and that type is guaranteed to be a complete XML document (including a root node), as opposed to an XML fragment). Otherwise returns 0. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] is_case_sensitive [Data type] bit NOT NULL [Description] | Returns 1 if the column is a case-sensitive string type and 0 if it is not. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] is_fixed_length_clr_type [Data type] bit NOT NULL [Description] | Returns 1 if the column is a fixed-length CLR type and 0 if it is not. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] source_server [Data type] sysname [Description] | Name of the originating server returned by the column in this result (if it originates from a remote server). The name is given as it appears in sys.servers. Returns NULL if the column originates on the local server or if it cannot be determined which server it originates on. Is only populated if browsing information is requested. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] source_database [Data type] sysname [Description] | Name of the originating database returned by the column in this result. Returns NULL if the database cannot be determined. Is only populated if browsing information is requested. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] source_schema [Data type] sysname [Description] | Name of the originating schema returned by the column in this result. Returns NULL if the schema cannot be determined. Is only populated if browsing information is requested. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] source_table [Data type] sysname [Description] | Name of the originating table returned by the column in this result. Returns NULL if the table cannot be determined. Is only populated if browsing information is requested. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] source_column [Data type] sysname [Description] | Name of the originating column returned by the result column. Returns NULL if the column cannot be determined. Is only populated if browsing information is requested. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] is_identity_column [Data type] bit NULL [Description] | Returns 1 if the column is an identity column and 0 if not. Returns NULL if it cannot be determined that the column is an identity column. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] is_part_of_unique_key [Data type] bit NULL [Description] | Returns 1 if the column is part of a unique index (including unique and primary constraint) and 0 if not. Returns NULL if it cannot be determined that the column is part of a unique index. Only populated if browsing information is requested. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] is_updateable [Data type] bit NULL [Description] | Returns 1 if the column is updateable and 0 if not. Returns NULL if it cannot be determined that the column is updateable. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] is_computed_column [Data type] bit NULL [Description] | Returns 1 if the column is a computed column and 0 if not. Returns NULL if it cannot be determined that the column is a computed column. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] is_sparse_column_set [Data type] bit NULL [Description] | Returns 1 if the column is a sparse column and 0 if not. Returns NULL if it cannot be determined that the column is part of a sparse column set. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] ordinal_in_order_by_list [Data type] smallint NULL [Description] | Position of this column in ORDER BY list. Returns NULL if the column does not appear in the ORDER BY list or if the ORDER BY list cannot be uniquely determined. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] order_by_list_length [Data type] smallint NULL [Description] | Length of the ORDER BY list. Returns NULL if there is no ORDER BY list or if the ORDER BY list cannot be uniquely determined. Note that this value will be the same for all rows returned by sp_describe_first_result_set. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] order_by_is_descending [Data type] smallint NULL [Description] | If the ordinal_in_order_by_list is not NULL, the order_by_is_descending column reports the direction of the ORDER BY clause for this column. Otherwise it reports NULL. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] tds_type_id [Data type] int NOT NULL [Description] | For internal use. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] tds_length [Data type] int NOT NULL [Description] | For internal use. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] tds_collation_id [Data type] int NULL [Description] | For internal use. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
6caaaf84_irst_result_set__Transact_SQL___Description | [Column name] tds_collation_sort_id [Data type] tinyint NULL [Description] | For internal use. | []
| sp_describe_first_result_set (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
360a2d37_ADER___Windows_10_hardware_dev__Cause_of_Error | [Parameter 1] 0x2 [Parameter 2] The pool entry being checked [Parameter 3] The size of the pool block [Parameter 4] 0 [Cause of Error] | The special pool pattern check failed. (The owner has likely corrupted the pool block.) | []
| Bug Check 0x19: BAD_POOL_HEADER - Windows 10 hardware dev | Cause of Error | https://msdn.microsoft.com/it-it/library/windows/hardware/ff557389(v=vs.85).aspx | 18/1438042989142.82_20150728002309-00092-ip-10-236-191-2_887598783_1.json |
360a2d37_ADER___Windows_10_hardware_dev__Cause_of_Error | [Parameter 1] 0x3 [Parameter 2] The pool entry being checked [Parameter 3] The read-back flink freelist value [Parameter 4] The read-back blink freelist value [Cause of Error] | The pool freelist is corrupt. (In a healthy list, the values of Parameters 2, 3, and 4 should be identical.) | []
| Bug Check 0x19: BAD_POOL_HEADER - Windows 10 hardware dev | Cause of Error | https://msdn.microsoft.com/it-it/library/windows/hardware/ff557389(v=vs.85).aspx | 18/1438042989142.82_20150728002309-00092-ip-10-236-191-2_887598783_1.json |
360a2d37_ADER___Windows_10_hardware_dev__Cause_of_Error | [Parameter 1] 0x5 [Parameter 2] One of the pool entries [Parameter 3] Reserved [Parameter 4] The other pool entry [Cause of Error] | A pair of adjacent pool entries have headers that contradict each other. At least one of them is corrupt. | []
| Bug Check 0x19: BAD_POOL_HEADER - Windows 10 hardware dev | Cause of Error | https://msdn.microsoft.com/it-it/library/windows/hardware/ff557389(v=vs.85).aspx | 18/1438042989142.82_20150728002309-00092-ip-10-236-191-2_887598783_1.json |
360a2d37_ADER___Windows_10_hardware_dev__Cause_of_Error | [Parameter 1] 0x6 [Parameter 2] One incorrectly-calculated entry [Parameter 3] Reserved [Parameter 4] The bad entry that caused the miscalculation [Cause of Error] | The pool block header's previous size is too large. | []
| Bug Check 0x19: BAD_POOL_HEADER - Windows 10 hardware dev | Cause of Error | https://msdn.microsoft.com/it-it/library/windows/hardware/ff557389(v=vs.85).aspx | 18/1438042989142.82_20150728002309-00092-ip-10-236-191-2_887598783_1.json |
360a2d37_ADER___Windows_10_hardware_dev__Cause_of_Error | [Parameter 1] 0x7 [Parameter 2] 0 [Parameter 3] Reserved [Parameter 4] The bad pool entry [Cause of Error] | The pool block header size is corrupt. | []
| Bug Check 0x19: BAD_POOL_HEADER - Windows 10 hardware dev | Cause of Error | https://msdn.microsoft.com/it-it/library/windows/hardware/ff557389(v=vs.85).aspx | 18/1438042989142.82_20150728002309-00092-ip-10-236-191-2_887598783_1.json |
360a2d37_ADER___Windows_10_hardware_dev__Cause_of_Error | [Parameter 1] 0x8 [Parameter 2] 0 [Parameter 3] Reserved [Parameter 4] The bad pool entry [Cause of Error] | The pool block header size is zero. | []
| Bug Check 0x19: BAD_POOL_HEADER - Windows 10 hardware dev | Cause of Error | https://msdn.microsoft.com/it-it/library/windows/hardware/ff557389(v=vs.85).aspx | 18/1438042989142.82_20150728002309-00092-ip-10-236-191-2_887598783_1.json |
360a2d37_ADER___Windows_10_hardware_dev__Cause_of_Error | [Parameter 1] 0x9 [Parameter 2] One incorrectly-calculated entry [Parameter 3] Reserved [Parameter 4] The bad entry that caused the miscalculation [Cause of Error] | The pool block header size is corrupted (it is too large). | []
| Bug Check 0x19: BAD_POOL_HEADER - Windows 10 hardware dev | Cause of Error | https://msdn.microsoft.com/it-it/library/windows/hardware/ff557389(v=vs.85).aspx | 18/1438042989142.82_20150728002309-00092-ip-10-236-191-2_887598783_1.json |
360a2d37_ADER___Windows_10_hardware_dev__Cause_of_Error | [Parameter 1] 0xA [Parameter 2] The pool entry that should have been found [Parameter 3] Reserved [Parameter 4] The virtual address of the page that should have contained the pool entry [Cause of Error] | The pool block header size is corrupt. | []
| Bug Check 0x19: BAD_POOL_HEADER - Windows 10 hardware dev | Cause of Error | https://msdn.microsoft.com/it-it/library/windows/hardware/ff557389(v=vs.85).aspx | 18/1438042989142.82_20150728002309-00092-ip-10-236-191-2_887598783_1.json |
360a2d37_ADER___Windows_10_hardware_dev__Cause_of_Error | [Parameter 1] 0xD, 0xE, 0xF, 0x23, 0x24, 0x25 [Parameter 2] Reserved [Parameter 3] Reserved [Parameter 4] Reserved [Cause of Error] | The pool header of a freed block has been modified after it was freed. This is not typically the fault of the prior owner of the freed block; instead it is usually (but not always) due to the block preceding the freed block being overrun. | []
| Bug Check 0x19: BAD_POOL_HEADER - Windows 10 hardware dev | Cause of Error | https://msdn.microsoft.com/it-it/library/windows/hardware/ff557389(v=vs.85).aspx | 18/1438042989142.82_20150728002309-00092-ip-10-236-191-2_887598783_1.json |
360a2d37_ADER___Windows_10_hardware_dev__Cause_of_Error | [Parameter 1] 0x20 [Parameter 2] The pool entry that should have been found [Parameter 3] The next pool entry [Parameter 4] Reserved [Cause of Error] | The pool block header size is corrupt. | []
| Bug Check 0x19: BAD_POOL_HEADER - Windows 10 hardware dev | Cause of Error | https://msdn.microsoft.com/it-it/library/windows/hardware/ff557389(v=vs.85).aspx | 18/1438042989142.82_20150728002309-00092-ip-10-236-191-2_887598783_1.json |
360a2d37_ADER___Windows_10_hardware_dev__Cause_of_Error | [Parameter 1] 0X21 [Parameter 2] The pool pointer being freed [Parameter 3] The number of bytes allocated for the pool block [Parameter 4] The corrupted value found following the pool block [Cause of Error] | The data following the pool block being freed is corrupt. Typically this means the consumer (call stack) has overrun the block. | []
| Bug Check 0x19: BAD_POOL_HEADER - Windows 10 hardware dev | Cause of Error | https://msdn.microsoft.com/it-it/library/windows/hardware/ff557389(v=vs.85).aspx | 18/1438042989142.82_20150728002309-00092-ip-10-236-191-2_887598783_1.json |
360a2d37_ADER___Windows_10_hardware_dev__Cause_of_Error | [Parameter 1] 0X22 [Parameter 2] The address being freed [Parameter 3] Reserved [Parameter 4] Reserved [Cause of Error] | An address being freed does not have a tracking entry. This is usually because the call stack is trying to free a pointer that either has already been freed or was never allocated to begin with. | []
| Bug Check 0x19: BAD_POOL_HEADER - Windows 10 hardware dev | Cause of Error | https://msdn.microsoft.com/it-it/library/windows/hardware/ff557389(v=vs.85).aspx | 18/1438042989142.82_20150728002309-00092-ip-10-236-191-2_887598783_1.json |
e1b829c4__Compatibility_Assistant__PCA___Description | [Scenario ID] 1 [Description] | Detecting failures in setup programs (installer) | []
| Application Compatibility: Program Compatibility Assistant (PCA) | Description | https://msdn.microsoft.com/library/bb756937.aspx | 18/1438042988650.6_20150728002308-00163-ip-10-236-191-2_873092031_1.json |
e1b829c4__Compatibility_Assistant__PCA___Description | [Scenario ID] 10 [Description] | Detecting failures in setup programs (uninstaller) | []
| Application Compatibility: Program Compatibility Assistant (PCA) | Description | https://msdn.microsoft.com/library/bb756937.aspx | 18/1438042988650.6_20150728002308-00163-ip-10-236-191-2_873092031_1.json |
e1b829c4__Compatibility_Assistant__PCA___Description | [Scenario ID] 3 [Description] | Detecting program failures while trying to launch installers | []
| Application Compatibility: Program Compatibility Assistant (PCA) | Description | https://msdn.microsoft.com/library/bb756937.aspx | 18/1438042988650.6_20150728002308-00163-ip-10-236-191-2_873092031_1.json |
e1b829c4__Compatibility_Assistant__PCA___Description | [Scenario ID] 8 [Description] | Detecting installers that need to be run as administrator | []
| Application Compatibility: Program Compatibility Assistant (PCA) | Description | https://msdn.microsoft.com/library/bb756937.aspx | 18/1438042988650.6_20150728002308-00163-ip-10-236-191-2_873092031_1.json |
e1b829c4__Compatibility_Assistant__PCA___Description | [Scenario ID] 9 [Description] | Detecting legacy control panels that may need to run as administrator | []
| Application Compatibility: Program Compatibility Assistant (PCA) | Description | https://msdn.microsoft.com/library/bb756937.aspx | 18/1438042988650.6_20150728002308-00163-ip-10-236-191-2_873092031_1.json |
e1b829c4__Compatibility_Assistant__PCA___Description | [Scenario ID] 5 [Description] | Detecting program failures due to deprecated Windows components | []
| Application Compatibility: Program Compatibility Assistant (PCA) | Description | https://msdn.microsoft.com/library/bb756937.aspx | 18/1438042988650.6_20150728002308-00163-ip-10-236-191-2_873092031_1.json |
e1b829c4__Compatibility_Assistant__PCA___Description | [Scenario ID] 11 [Description] | Detecting unsigned drivers on 64-bit platform | []
| Application Compatibility: Program Compatibility Assistant (PCA) | Description | https://msdn.microsoft.com/library/bb756937.aspx | 18/1438042988650.6_20150728002308-00163-ip-10-236-191-2_873092031_1.json |
10b5d3b4_SPMetal__Value_definition | [Option] web [Example] /web:http://ContosoServer/Marketing [Comments] Required. You can have port numbers in the server name; for example, /web:http://ContosoServer:5555/Marketing. Do not include the home page or any other page in the URL. [Value definition] | The complete, absolute URL of the Web site whose data is modeled by the entity classes. | []
| SPMetal | Value definition | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
10b5d3b4_SPMetal__Value_definition | [Option] code [Example] /code:MarketingSite.cs [Comments] If this option is not used, the generated code is streamed to standard output. If no file name extension is specified or the file name extension is not either "cs" or "vb", the language option must be used. The file name (exclusive of the extension) is also used to form the beginning of the name of a class that derives from DataContext; in this example the class is named MarketingSiteDataContext. The derived class represents the lists and data of the whole Web site, so choose a file name that conveys that meaning. (You can override this naming behavior with an SPMetal Parameters XML file.) [Value definition] | The relative or absolute path and file name of the output file. | []
| SPMetal | Value definition | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
10b5d3b4_SPMetal__Value_definition | [Option] language [Example] /language:csharp [Comments] The only possible values are "csharp" and "vb". If the value of the code option has either "cs" or "vb" as a file name extension, SPMetal can infer the language and the language option is not needed. [Value definition] | The programming language of the generated code. | []
| SPMetal | Value definition | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
10b5d3b4_SPMetal__Value_definition | [Option] namespace [Example] /namespace:Contoso.TeamActivityReports [Comments] If this option is not used, the generated code specifies no namespace and the compiled assembly treats the default namespace specified in the properties of the Visual Studio project as the namespace of the generated classes. [Value definition] | The namespace that contains the entity class declarations. | []
| SPMetal | Value definition | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
10b5d3b4_SPMetal__Value_definition | [Option] useremoteapi [Example] /useremoteapi [Comments] This option signals that the value of the web parameter points to a server that is not the one on which SPMetal is running. One possible use for this parameter is to generate code against a Web site on an online deployment of SharePoint to which you intend to upload your solution as a sandboxed solution. [Value definition] | No value. | []
| SPMetal | Value definition | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
10b5d3b4_SPMetal__Value_definition | [Option] user [Example] /user:Contoso\bob [Comments] Use this option if you do not want SPMetal to run in your own context. Specify the domain. [Value definition] | The user in whose context SPMetal executes. | []
| SPMetal | Value definition | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
10b5d3b4_SPMetal__Value_definition | [Option] password [Example] /password:$5U+ryz [Comments] Use in conjunction with the user option. [Value definition] | The password for the user specified in the user option. | []
| SPMetal | Value definition | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
10b5d3b4_SPMetal__Value_definition | [Option] serialization [Example] /serialization:unidirectional [Comments] The only possible values are "unidirectional" and "none". Specify "unidirectional" if you want the objects to be serializable. SPMetal adds appropriate attributes from the System.Runtime.Serialization namespace to the class and property declarations and adds handlers for the Deserializing event. If this option is not used, "none" is assumed. [Value definition] | Specifies whether objects that instantiate the generated classes are serializable. | []
| SPMetal | Value definition | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
10b5d3b4_SPMetal__Value_definition | [Option] parameters [Example] /parameters:MarketingSite.xml [Comments] You typically will not reuse exactly the same parameters XML file for different Web sites, so name the file the same as the Web site. For more information about the parameters file, see Overriding SPMetal Defaults by Using a Parameters XML File. [Value definition] | Identifies the path and name of an XML file that contains overrides of SPMetal default settings. | []
| SPMetal | Value definition | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
8ad1114d_SPMetal__Comments | [Option] web [Value definition] The complete, absolute URL of the Web site whose data is modeled by the entity classes. [Example] /web:http://ContosoServer/Marketing [Comments] | Required. You can have port numbers in the server name; for example, /web:http://ContosoServer:5555/Marketing. Do not include the home page or any other page in the URL. | []
| SPMetal | Comments | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
8ad1114d_SPMetal__Comments | [Option] code [Value definition] The relative or absolute path and file name of the output file. [Example] /code:MarketingSite.cs [Comments] | If this option is not used, the generated code is streamed to standard output. If no file name extension is specified or the file name extension is not either "cs" or "vb", the language option must be used. The file name (exclusive of the extension) is also used to form the beginning of the name of a class that derives from DataContext; in this example the class is named MarketingSiteDataContext. The derived class represents the lists and data of the whole Web site, so choose a file name that conveys that meaning. (You can override this naming behavior with an SPMetal Parameters XML file.) | []
| SPMetal | Comments | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
8ad1114d_SPMetal__Comments | [Option] language [Value definition] The programming language of the generated code. [Example] /language:csharp [Comments] | The only possible values are "csharp" and "vb". If the value of the code option has either "cs" or "vb" as a file name extension, SPMetal can infer the language and the language option is not needed. | []
| SPMetal | Comments | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
8ad1114d_SPMetal__Comments | [Option] namespace [Value definition] The namespace that contains the entity class declarations. [Example] /namespace:Contoso.TeamActivityReports [Comments] | If this option is not used, the generated code specifies no namespace and the compiled assembly treats the default namespace specified in the properties of the Visual Studio project as the namespace of the generated classes. | []
| SPMetal | Comments | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
8ad1114d_SPMetal__Comments | [Option] useremoteapi [Value definition] No value. [Example] /useremoteapi [Comments] | This option signals that the value of the web parameter points to a server that is not the one on which SPMetal is running. One possible use for this parameter is to generate code against a Web site on an online deployment of SharePoint to which you intend to upload your solution as a sandboxed solution. | []
| SPMetal | Comments | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
8ad1114d_SPMetal__Comments | [Option] user [Value definition] The user in whose context SPMetal executes. [Example] /user:Contoso\bob [Comments] | Use this option if you do not want SPMetal to run in your own context. Specify the domain. | []
| SPMetal | Comments | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
8ad1114d_SPMetal__Comments | [Option] password [Value definition] The password for the user specified in the user option. [Example] /password:$5U+ryz [Comments] | Use in conjunction with the user option. | []
| SPMetal | Comments | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
8ad1114d_SPMetal__Comments | [Option] serialization [Value definition] Specifies whether objects that instantiate the generated classes are serializable. [Example] /serialization:unidirectional [Comments] | The only possible values are "unidirectional" and "none". Specify "unidirectional" if you want the objects to be serializable. SPMetal adds appropriate attributes from the System.Runtime.Serialization namespace to the class and property declarations and adds handlers for the Deserializing event. If this option is not used, "none" is assumed. | []
| SPMetal | Comments | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
8ad1114d_SPMetal__Comments | [Option] parameters [Value definition] Identifies the path and name of an XML file that contains overrides of SPMetal default settings. [Example] /parameters:MarketingSite.xml [Comments] | You typically will not reuse exactly the same parameters XML file for different Web sites, so name the file the same as the Web site. For more information about the parameters file, see Overriding SPMetal Defaults by Using a Parameters XML File. | []
| SPMetal | Comments | https://msdn.microsoft.com/en-us/library/ee538255.aspx | 18/1438042989142.82_20150728002309-00171-ip-10-236-191-2_874938267_0.json |
1ad0076d_Using_the_search_Protocol__Used_by_Windows_ | [Parameter] query The query text entered by the user. [Used by Windows?] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
]
| Using the search Protocol | Used by Windows? | https://msdn.microsoft.com/en-us/library/bb776808.aspx | 18/1438042987228.91_20150728002307-00252-ip-10-236-191-2_873862125_2.json |
1ad0076d_Using_the_search_Protocol__Used_by_Windows_ | [Parameter] crumb crumb uses the location argument to specify where the query came from. [Used by Windows?] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
]
| Using the search Protocol | Used by Windows? | https://msdn.microsoft.com/en-us/library/bb776808.aspx | 18/1438042987228.91_20150728002307-00252-ip-10-236-191-2_873862125_2.json |
1ad0076d_Using_the_search_Protocol__Used_by_Windows_ | [Parameter] subquery The results of the Subquery argument are used as the scope of items to search. This would typically be used if a user was using a .search-ms file to search and then called the default desktop search application from within that search. [Used by Windows?] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
]
| Using the search Protocol | Used by Windows? | https://msdn.microsoft.com/en-us/library/bb776808.aspx | 18/1438042987228.91_20150728002307-00252-ip-10-236-191-2_873862125_2.json |
1ad0076d_Using_the_search_Protocol__Used_by_Windows_ | [Parameter] inputlocale Not currently used. [Used by Windows?] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
]
| Using the search Protocol | Used by Windows? | https://msdn.microsoft.com/en-us/library/bb776808.aspx | 18/1438042987228.91_20150728002307-00252-ip-10-236-191-2_873862125_2.json |
1ad0076d_Using_the_search_Protocol__Used_by_Windows_ | [Parameter] keywordlocale Not currently used. [Used by Windows?] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
]
| Using the search Protocol | Used by Windows? | https://msdn.microsoft.com/en-us/library/bb776808.aspx | 18/1438042987228.91_20150728002307-00252-ip-10-236-191-2_873862125_2.json |
1ad0076d_Using_the_search_Protocol__Used_by_Windows_ | [Parameter] syntax Not currently used. [Used by Windows?] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
]
| Using the search Protocol | Used by Windows? | https://msdn.microsoft.com/en-us/library/bb776808.aspx | 18/1438042987228.91_20150728002307-00252-ip-10-236-191-2_873862125_2.json |
1ad0076d_Using_the_search_Protocol__Used_by_Windows_ | [Parameter] stackedby Not currently used. [Used by Windows?] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
]
| Using the search Protocol | Used by Windows? | https://msdn.microsoft.com/en-us/library/bb776808.aspx | 18/1438042987228.91_20150728002307-00252-ip-10-236-191-2_873862125_2.json |
1ad0076d_Using_the_search_Protocol__Used_by_Windows_ | [Parameter] displayname Not currently used. [Used by Windows?] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
]
| Using the search Protocol | Used by Windows? | https://msdn.microsoft.com/en-us/library/bb776808.aspx | 18/1438042987228.91_20150728002307-00252-ip-10-236-191-2_873862125_2.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] AccessControlEntryType [Description] | Specifies whether to allow, deny, or revoke access rights for a trustee. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] AcknowledgeTypes [Description] | Specifies the types of acknowledgment message that Message Queuing returns to the sending application. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] Acknowledgment [Description] | Specifies the result of an attempted message delivery. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] CryptographicProviderType [Description] | Specifies the cryptographic service providers available for validating digital signatures. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] EncryptionAlgorithm [Description] | Specifies the encryption algorithm used to encrypt the message body of a private message. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] EncryptionRequired [Description] | Specifies the privacy level of messages received by the queue. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] GenericAccessRights [Description] | Uses the Windows 2000 and Windows NT access format to specify a set of common access rights that Message Queuing maps to both standard and object-specific access rights for reading, writing, and executing. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] HashAlgorithm [Description] | Specifies the hash algorithm used by Message Queuing when authenticating messages. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] MessageLookupAction [Description] | Specifies a message to peek at or receive from a message queue. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] MessagePriority [Description] | Specifies the priority Message Queuing applies to a message while it is en route to a queue, and when inserting the message into the destination queue. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] MessageQueueAccessRights [Description] | Specifies a set of object-specific access rights for operations specific to Message Queuing. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] MessageQueueErrorCode [Description] | Identifies the source of an error that occurred within the Message Queuing application and generated a MessageQueueException exception. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] MessageQueuePermissionAccess [Description] | Defines access levels used by System.Messaging permission classes. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] MessageQueueTransactionStatus [Description] | Specifies the state of an internal Message Queuing transaction. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] MessageQueueTransactionType [Description] | Specifies the type of a Message Queuing transaction. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] MessageType [Description] | Identifies the type of a message. A message can be a typical Message Queuing message, a positive (arrival and read) or negative (arrival and read) acknowledgment message, or a report message. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] PeekAction [Description] | Indicates whether to peek the current message in a queue, or the next message. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] QueueAccessMode [Description] | Specifies the access mode for a MessageQueue at creation time. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] StandardAccessRights [Description] | Specifies a set of standard access rights that correspond to operations common to most types of securable objects. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
b0df5332_System_Messaging_Namespace_____Description | [Enumeration] TrusteeType [Description] | Specifies the type of a trustee. | []
| System.Messaging Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.messaging.aspx | 18/1438042989142.82_20150728002309-00085-ip-10-236-191-2_887530492_3.json |
07c3d635_perties__System_Windows_Media___Description | [Name] BitmapScalingMode [Description] | Gets or sets the BitmapScalingMode for a given DependencyObject. | []
| RenderOptions Attached Properties (System.Windows.Media) | Description | https://msdn.microsoft.com/en-us/library/bb155085.aspx | 18/1438042989142.82_20150728002309-00193-ip-10-236-191-2_901078425_0.json |
07c3d635_perties__System_Windows_Media___Description | [Name] CacheInvalidationThresholdMaximum [Description] | Gets or sets the cache invalidation threshold maximum value for a given DependencyObject. | []
| RenderOptions Attached Properties (System.Windows.Media) | Description | https://msdn.microsoft.com/en-us/library/bb155085.aspx | 18/1438042989142.82_20150728002309-00193-ip-10-236-191-2_901078425_0.json |
07c3d635_perties__System_Windows_Media___Description | [Name] CacheInvalidationThresholdMinimum [Description] | Gets or sets the cache invalidation threshold minimum value for a given DependencyObject. | []
| RenderOptions Attached Properties (System.Windows.Media) | Description | https://msdn.microsoft.com/en-us/library/bb155085.aspx | 18/1438042989142.82_20150728002309-00193-ip-10-236-191-2_901078425_0.json |
07c3d635_perties__System_Windows_Media___Description | [Name] CachingHint [Description] | Gets or sets a value that indicates that rendered content should be cached when possible. | []
| RenderOptions Attached Properties (System.Windows.Media) | Description | https://msdn.microsoft.com/en-us/library/bb155085.aspx | 18/1438042989142.82_20150728002309-00193-ip-10-236-191-2_901078425_0.json |
07c3d635_perties__System_Windows_Media___Description | [Name] ClearTypeHint [Description] | Gets or sets a value that indicates to the rendering engine whether text can be rendered with ClearType. | []
| RenderOptions Attached Properties (System.Windows.Media) | Description | https://msdn.microsoft.com/en-us/library/bb155085.aspx | 18/1438042989142.82_20150728002309-00193-ip-10-236-191-2_901078425_0.json |
07c3d635_perties__System_Windows_Media___Description | [Name] EdgeMode [Description] | Gets or sets the EdgeMode enumeration value for a non-text primitive that determines how its edges are rendered. | []
| RenderOptions Attached Properties (System.Windows.Media) | Description | https://msdn.microsoft.com/en-us/library/bb155085.aspx | 18/1438042989142.82_20150728002309-00193-ip-10-236-191-2_901078425_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.