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
|
---|---|---|---|---|---|---|---|
97efaacf_y_Functionality__Visual_Basic___Operators | [Description] These operators perform logical operations. [Operators] | Logical/Bitwise Operators | [] | Operators Listed by Functionality (Visual Basic) | Operators | https://msdn.microsoft.com/en-us/library/asfcc119(v=vs.110).aspx | 18/1438042989142.82_20150728002309-00330-ip-10-236-191-2_894887027_0.json |
97efaacf_y_Functionality__Visual_Basic___Operators | [Description] These operators perform arithmetic shifts on bit patterns. [Operators] | Bit Shift Operators | [] | Operators Listed by Functionality (Visual Basic) | Operators | https://msdn.microsoft.com/en-us/library/asfcc119(v=vs.110).aspx | 18/1438042989142.82_20150728002309-00330-ip-10-236-191-2_894887027_0.json |
97efaacf_y_Functionality__Visual_Basic___Operators | [Description] These operators perform miscellaneous operations. [Operators] | Miscellaneous Operators | [] | Operators Listed by Functionality (Visual Basic) | Operators | https://msdn.microsoft.com/en-us/library/asfcc119(v=vs.110).aspx | 18/1438042989142.82_20150728002309-00330-ip-10-236-191-2_894887027_0.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] is_hidden [Description] Indicates that the column is an extra column added for browsing information purposes and that it does not actually appear in the result set. [Data type] | bit NOT NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] column_ordinal [Description] Contains the ordinal position of the column in the result set. The first column’s position will be specified as 1. [Data type] | int NOT NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] name [Description] Contains the name of the column if a name can be determined. Otherwise, it will contain NULL. [Data type] | sysname NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] is_nullable [Description] Contains the value 1 if the column allows NULLs, 0 if the column does not allow NULLs, and 1 if it cannot be determined if the column allows NULLs. [Data type] | bit NOT NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] system_type_id [Description] Contains the system_type_id of the data type of the column as specified in sys.types. For CLR types, even though the system_type_name column will return NULL, this column will return the value 240. [Data type] | int NOT NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] system_type_name [Description] Contains the name and arguments (such as length, precision, scale), specified for the data type of the column. If the data type is a user-defined alias type, the underlying system type is specified here. If it is a CLR user-defined type, NULL is returned in this column. [Data type] | nvarchar(256) NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] max_length [Description] Maximum length (in bytes) of the column. -1 = Column data type is varchar(max), nvarchar(max), varbinary(max), or xml. For text columns, the max_length value will be 16 or the value set by sp_tableoption 'text in row'. [Data type] | smallint NOT NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] precision [Description] Precision of the column if numeric-based. Otherwise returns 0. [Data type] | tinyint NOT NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] scale [Description] Scale of column if numeric-based. Otherwise returns 0. [Data type] | tinyint NOT NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] collation_name [Description] Name of the collation of the column if character-based. Otherwise returns NULL. [Data type] | sysname NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] user_type_id [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. [Data type] | int NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] user_type_database [Description] For CLR and alias types, contains the name of the database in which the type is defined. Otherwise is NULL. [Data type] | sysname NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] user_type_schema [Description] For CLR and alias types, contains the name of the schema in which the type is defined. Otherwise is NULL. [Data type] | sysname NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] user_type_name [Description] For CLR and alias types, contains the name of the type. Otherwise is NULL. [Data type] | sysname NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] assembly_qualified_type_name [Description] For CLR types, returns the name of the assembly and class defining the type. Otherwise is NULL. [Data type] | nvarchar(4000) | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] xml_collection_id [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. [Data type] | int NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] xml_collection_database [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. [Data type] | sysname NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] xml_collection_schema [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. [Data type] | sysname NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] xml_collection_name [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. [Data type] | sysname NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] is_xml_document [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. [Data type] | bit NOT NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] is_case_sensitive [Description] Returns 1 if the column is a case-sensitive string type and 0 if it is not. [Data type] | bit NOT NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] is_fixed_length_clr_type [Description] Returns 1 if the column is a fixed-length CLR type and 0 if it is not. [Data type] | bit NOT NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] source_server [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. [Data type] | sysname | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] source_database [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. [Data type] | sysname | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] source_schema [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. [Data type] | sysname | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] source_table [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. [Data type] | sysname | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] source_column [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. [Data type] | sysname | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] is_identity_column [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. [Data type] | bit NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] is_part_of_unique_key [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. [Data type] | bit NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] is_updateable [Description] Returns 1 if the column is updateable and 0 if not. Returns NULL if it cannot be determined that the column is updateable. [Data type] | bit NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] is_computed_column [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. [Data type] | bit NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] is_sparse_column_set [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. [Data type] | bit NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] ordinal_in_order_by_list [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. [Data type] | smallint NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] order_by_list_length [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. [Data type] | smallint NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] order_by_is_descending [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. [Data type] | smallint NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] tds_type_id [Description] For internal use. [Data type] | int NOT NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] tds_length [Description] For internal use. [Data type] | int NOT NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] tds_collation_id [Description] For internal use. [Data type] | int NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
dbda7486_irst_result_set__Transact_SQL___Data_type | [Column name] tds_collation_sort_id [Description] For internal use. [Data type] | tinyint NULL | [] | sp_describe_first_result_set (Transact-SQL) | Data type | https://msdn.microsoft.com/en-us/library/ff878602.aspx | 18/1438042989142.82_20150728002309-00111-ip-10-236-191-2_881074261_1.json |
b8a0fd54_CodeDOM_Quick_Reference__1 | [Member references] A type indexer. [1] | CodeIndexerExpression | [] | CodeDOM Quick Reference | 1 | https://msdn.microsoft.com/en-US/library/f1dfsbhc(v=vs.80).aspx | 18/1438042988650.6_20150728002308-00024-ip-10-236-191-2_889412409_18.json |
b8a0fd54_CodeDOM_Quick_Reference__1 | [Member references] A reference to a base class. [1] | CodeBaseReferenceExpression | [] | CodeDOM Quick Reference | 1 | https://msdn.microsoft.com/en-US/library/f1dfsbhc(v=vs.80).aspx | 18/1438042988650.6_20150728002308-00024-ip-10-236-191-2_889412409_18.json |
b8a0fd54_CodeDOM_Quick_Reference__1 | [Member references] A reference to a field. [1] | CodeFieldReferenceExpression | [] | CodeDOM Quick Reference | 1 | https://msdn.microsoft.com/en-US/library/f1dfsbhc(v=vs.80).aspx | 18/1438042988650.6_20150728002308-00024-ip-10-236-191-2_889412409_18.json |
b8a0fd54_CodeDOM_Quick_Reference__1 | [Member references] A reference to a method. [1] | CodeMethodReferenceExpression | [] | CodeDOM Quick Reference | 1 | https://msdn.microsoft.com/en-US/library/f1dfsbhc(v=vs.80).aspx | 18/1438042988650.6_20150728002308-00024-ip-10-236-191-2_889412409_18.json |
b8a0fd54_CodeDOM_Quick_Reference__1 | [Member references] A reference to a property. [1] | CodePropertyReferenceExpression | [] | CodeDOM Quick Reference | 1 | https://msdn.microsoft.com/en-US/library/f1dfsbhc(v=vs.80).aspx | 18/1438042988650.6_20150728002308-00024-ip-10-236-191-2_889412409_18.json |
b8a0fd54_CodeDOM_Quick_Reference__1 | [Member references] A reference to an event. [1] | CodeEventReferenceExpression | [] | CodeDOM Quick Reference | 1 | https://msdn.microsoft.com/en-US/library/f1dfsbhc(v=vs.80).aspx | 18/1438042988650.6_20150728002308-00024-ip-10-236-191-2_889412409_18.json |
b8a0fd54_CodeDOM_Quick_Reference__1 | [Member references] A reference to the current object. [1] | CodeThisReferenceExpression | [] | CodeDOM Quick Reference | 1 | https://msdn.microsoft.com/en-US/library/f1dfsbhc(v=vs.80).aspx | 18/1438042988650.6_20150728002308-00024-ip-10-236-191-2_889412409_18.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] AccessControlEntry [Description] | Specifies access rights for a trustee (user, group, or computer) to perform application-specific implementations of common tasks. | [] | 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] AccessControlList [Description] | Contains a list of access control entries, specifying access rights for one or more trustees. | [] | 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] ActiveXMessageFormatter [Description] | Serializes or deserializes primitive data types and other objects to or from the body of a Message Queuing message, using a format that is compatible with the MSMQ ActiveX Component. | [] | 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] BinaryMessageFormatter [Description] | Serializes or deserializes an object, or an entire graph of connected objects, to or from the body of a Message Queuing message, using a binary format. | [] | 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] Cursor [Description] | A Cursor is used to maintain a specific location in a MessageQueue when reading the queue's 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] DefaultPropertiesToSend [Description] | Specifies the default property values that will be used when sending objects other than Message instances to 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] Message [Description] | Provides access to the properties needed to define a Message Queuing 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] MessageEnumerator [Description] | Provides a forward-only cursor to enumerate through messages in 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] MessagePropertyFilter [Description] | Controls and selects the properties that are retrieved when peeking or receiving messages 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] MessageQueue [Description] | Provides access to a queue on a Message Queuing server. | [] | 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] MessageQueueAccessControlEntry [Description] | Specifies access rights for a trustee (user, group, or computer) to perform Message Queuing tasks. | [] | 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] MessageQueueCriteria [Description] | Filters message queues when performing a query using the MessageQueue class's GetPublicQueues method. | [] | 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] MessageQueueEnumerator [Description] | Provides a forward-only cursor to enumerate through messages in 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] MessageQueueException [Description] | The exception that is thrown if a Microsoft Message Queuing internal error occurs. | [] | 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] MessageQueueInstaller [Description] | Allows you to install and configure a queue that your application needs in order to run. This class is called by the installation utility, for example, InstallUtil.exe, when installing a MessageQueue. | [] | 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] MessageQueuePermission [Description] | Allows control of code access permissions for messaging. | [] | 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] MessageQueuePermissionAttribute [Description] | Allows declarative MessageQueue permission checks. | [] | 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] MessageQueuePermissionEntry [Description] | Defines the smallest unit of a code access security permission set for messaging. | [] | 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] MessageQueuePermissionEntryCollection [Description] | Contains a strongly typed collection of MessageQueuePermissionEntry 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] MessageQueueTransaction [Description] | Provides a Message Queuing internal 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] MessagingDescriptionAttribute [Description] | Specifies a description for a property or event. | [] | 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] PeekCompletedEventArgs [Description] | Provides data for the PeekCompleted event. When your asynchronous peek operation calls an event handler, an instance of this class is passed to the handler. | [] | 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] ReceiveCompletedEventArgs [Description] | Provides data for the ReceiveCompleted event. When your asynchronous receive operation calls an event handler, an instance of this class is passed to the handler. | [] | 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] SecurityContext [Description] | Represents the security context for a message in a 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] Trustee [Description] | Specifies a user account, group account, or logon session to which an access control entry applies. | [] | 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_0.json |
22f1e066_System_Messaging_Namespace_____Description | [Class] XmlMessageFormatter [Description] | Serializes and deserializes objects to or from the body of a message, using the XML format based on the XSD schema definition. | [] | 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_0.json |
9ef267ce_Win32_SafeHandles_Namespace_____Description | [Class] CriticalHandleMinusOneIsInvalid [Description] | Provides a base class for Win32 critical handle implementations in which the value of -1 indicates an invalid handle. | [] | Microsoft.Win32.SafeHandles Namespace () | Description | https://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles(v=vs.110).aspx | 32/1438042990603.54_20150728002310-00283-ip-10-236-191-2_878369644_0.json |
9ef267ce_Win32_SafeHandles_Namespace_____Description | [Class] CriticalHandleZeroOrMinusOneIsInvalid [Description] | Provides a base class for Win32 critical handle implementations in which the value of either 0 or -1 indicates an invalid handle. | [] | Microsoft.Win32.SafeHandles Namespace () | Description | https://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles(v=vs.110).aspx | 32/1438042990603.54_20150728002310-00283-ip-10-236-191-2_878369644_0.json |
9ef267ce_Win32_SafeHandles_Namespace_____Description | [Class] SafeAccessTokenHandle [Description] | Provides a safe handle to a Windows thread or process access token. For more information see Access Tokens | [] | Microsoft.Win32.SafeHandles Namespace () | Description | https://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles(v=vs.110).aspx | 32/1438042990603.54_20150728002310-00283-ip-10-236-191-2_878369644_0.json |
9ef267ce_Win32_SafeHandles_Namespace_____Description | [Class] SafeFileHandle [Description] | Represents a wrapper class for a file handle. | [] | Microsoft.Win32.SafeHandles Namespace () | Description | https://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles(v=vs.110).aspx | 32/1438042990603.54_20150728002310-00283-ip-10-236-191-2_878369644_0.json |
9ef267ce_Win32_SafeHandles_Namespace_____Description | [Class] SafeHandleMinusOneIsInvalid [Description] | Provides a base class for Win32 safe handle implementations in which the value of -1 indicates an invalid handle. | [] | Microsoft.Win32.SafeHandles Namespace () | Description | https://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles(v=vs.110).aspx | 32/1438042990603.54_20150728002310-00283-ip-10-236-191-2_878369644_0.json |
9ef267ce_Win32_SafeHandles_Namespace_____Description | [Class] SafeHandleZeroOrMinusOneIsInvalid [Description] | Provides a base class for Win32 safe handle implementations in which the value of either 0 or -1 indicates an invalid handle. | [] | Microsoft.Win32.SafeHandles Namespace () | Description | https://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles(v=vs.110).aspx | 32/1438042990603.54_20150728002310-00283-ip-10-236-191-2_878369644_0.json |
9ef267ce_Win32_SafeHandles_Namespace_____Description | [Class] SafeMemoryMappedFileHandle [Description] | Provides a safe handle that represents a memory-mapped file for sequential access. | [] | Microsoft.Win32.SafeHandles Namespace () | Description | https://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles(v=vs.110).aspx | 32/1438042990603.54_20150728002310-00283-ip-10-236-191-2_878369644_0.json |
9ef267ce_Win32_SafeHandles_Namespace_____Description | [Class] SafeMemoryMappedViewHandle [Description] | Provides a safe handle that represents a view of a block of unmanaged memory for random access. | [] | Microsoft.Win32.SafeHandles Namespace () | Description | https://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles(v=vs.110).aspx | 32/1438042990603.54_20150728002310-00283-ip-10-236-191-2_878369644_0.json |
9ef267ce_Win32_SafeHandles_Namespace_____Description | [Class] SafeNCryptHandle [Description] | Infrastructure. Provides a safe handle that can be used by Cryptography Next Generation (CNG) objects. | [] | Microsoft.Win32.SafeHandles Namespace () | Description | https://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles(v=vs.110).aspx | 32/1438042990603.54_20150728002310-00283-ip-10-236-191-2_878369644_0.json |
9ef267ce_Win32_SafeHandles_Namespace_____Description | [Class] SafeNCryptKeyHandle [Description] | Provides a safe handle that represents a key (NCRYPT_KEY_HANDLE). | [] | Microsoft.Win32.SafeHandles Namespace () | Description | https://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles(v=vs.110).aspx | 32/1438042990603.54_20150728002310-00283-ip-10-236-191-2_878369644_0.json |
9ef267ce_Win32_SafeHandles_Namespace_____Description | [Class] SafeNCryptProviderHandle [Description] | Provides a safe handle that represents a key storage provider (NCRYPT_PROV_HANDLE). | [] | Microsoft.Win32.SafeHandles Namespace () | Description | https://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles(v=vs.110).aspx | 32/1438042990603.54_20150728002310-00283-ip-10-236-191-2_878369644_0.json |
9ef267ce_Win32_SafeHandles_Namespace_____Description | [Class] SafeNCryptSecretHandle [Description] | Provides a safe handle that represents a secret agreement value (NCRYPT_SECRET_HANDLE). | [] | Microsoft.Win32.SafeHandles Namespace () | Description | https://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles(v=vs.110).aspx | 32/1438042990603.54_20150728002310-00283-ip-10-236-191-2_878369644_0.json |
9ef267ce_Win32_SafeHandles_Namespace_____Description | [Class] SafePipeHandle [Description] | Represents a wrapper class for a pipe handle. | [] | Microsoft.Win32.SafeHandles Namespace () | Description | https://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles(v=vs.110).aspx | 32/1438042990603.54_20150728002310-00283-ip-10-236-191-2_878369644_0.json |
9ef267ce_Win32_SafeHandles_Namespace_____Description | [Class] SafeProcessHandle [Description] | Provides a managed wrapper for a process handle. | [] | Microsoft.Win32.SafeHandles Namespace () | Description | https://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles(v=vs.110).aspx | 32/1438042990603.54_20150728002310-00283-ip-10-236-191-2_878369644_0.json |
9ef267ce_Win32_SafeHandles_Namespace_____Description | [Class] SafeRegistryHandle [Description] | Represents a safe handle to the Windows registry. | [] | Microsoft.Win32.SafeHandles Namespace () | Description | https://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles(v=vs.110).aspx | 32/1438042990603.54_20150728002310-00283-ip-10-236-191-2_878369644_0.json |
9ef267ce_Win32_SafeHandles_Namespace_____Description | [Class] SafeWaitHandle [Description] | Represents a wrapper class for a wait handle. | [] | Microsoft.Win32.SafeHandles Namespace () | Description | https://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles(v=vs.110).aspx | 32/1438042990603.54_20150728002310-00283-ip-10-236-191-2_878369644_0.json |
9ef267ce_Win32_SafeHandles_Namespace_____Description | [Class] SafeX509ChainHandle [Description] | Provides a wrapper class that represents the handle of an X.509 chain object. For more information, see X509Chain. | [] | Microsoft.Win32.SafeHandles Namespace () | Description | https://msdn.microsoft.com/en-us/library/microsoft.win32.safehandles(v=vs.110).aspx | 32/1438042990603.54_20150728002310-00283-ip-10-236-191-2_878369644_0.json |
b8ab318b_es_namespace__sp_userprofiles___Description | [Object] HashTag [Description] | Represents a hash tag in the collection of trending tags. | [] | SP.UserProfiles namespace (sp.userprofiles) | Description | https://msdn.microsoft.com/en-us/library/office/jj642931 | 32/1438042990603.54_20150728002310-00276-ip-10-236-191-2_878398734_0.json |
b8ab318b_es_namespace__sp_userprofiles___Description | [Object] HashTagCollection [Description] | Represents a collection of hash tags in microblog posts. This collection is returned by the getTrendingTags method. | [] | SP.UserProfiles namespace (sp.userprofiles) | Description | https://msdn.microsoft.com/en-us/library/office/jj642931 | 32/1438042990603.54_20150728002310-00276-ip-10-236-191-2_878398734_0.json |
b8ab318b_es_namespace__sp_userprofiles___Description | [Object] PeopleManager [Description] | Provides methods for operations related to people. | [] | SP.UserProfiles namespace (sp.userprofiles) | Description | https://msdn.microsoft.com/en-us/library/office/jj642931 | 32/1438042990603.54_20150728002310-00276-ip-10-236-191-2_878398734_0.json |
b8ab318b_es_namespace__sp_userprofiles___Description | [Object] PersonProperties [Description] | Represents user properties. | [] | SP.UserProfiles namespace (sp.userprofiles) | Description | https://msdn.microsoft.com/en-us/library/office/jj642931 | 32/1438042990603.54_20150728002310-00276-ip-10-236-191-2_878398734_0.json |
b8ab318b_es_namespace__sp_userprofiles___Description | [Object] ProfileLoader [Description] | Provides an alternate entry point to user profiles rather than calling methods directly. | [] | SP.UserProfiles namespace (sp.userprofiles) | Description | https://msdn.microsoft.com/en-us/library/office/jj642931 | 32/1438042990603.54_20150728002310-00276-ip-10-236-191-2_878398734_0.json |
b8ab318b_es_namespace__sp_userprofiles___Description | [Object] UserProfile [Description] | Represents a client-side user profile for a person. | [] | SP.UserProfiles namespace (sp.userprofiles) | Description | https://msdn.microsoft.com/en-us/library/office/jj642931 | 32/1438042990603.54_20150728002310-00276-ip-10-236-191-2_878398734_0.json |
b8ab318b_es_namespace__sp_userprofiles___Description | [Object] UserProfilePropertiesForUser [Description] | Represents a set of user profile properties for a specified user. | [] | SP.UserProfiles namespace (sp.userprofiles) | Description | https://msdn.microsoft.com/en-us/library/office/jj642931 | 32/1438042990603.54_20150728002310-00276-ip-10-236-191-2_878398734_0.json |
2668ad44_Atlas_Campaign_Management_API__Topic | [Description] Contains information about the current release of the Campaign Management API. [Topic] | Release Notes | [
[
"R",
"e",
"l",
"e",
"a",
"s",
"e",
" ",
"N",
"o",
"t",
"e",
"s"
],
[
"G",
"e",
"t",
"t",
"i",
"n",
"g",
" ",
"A",
"c",
"c",
"e",
"s",
"s"
],
[
"W",
"e",
"b",
" ",
"S",
"e",
"r",
"v",
"i",
"c",
"e",
" ",
"A",
"d",
"d",
"r",
"e",
"s",
"s"
],
[
"C",
"o",
"n",
"c",
"e",
"p",
"t",
"s"
],
[
"D",
"e",
"v",
"e",
"l",
"o",
"p",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"t",
"h",
"e",
" ",
"A",
"P",
"I"
],
[
"A",
"P",
"I",
" ",
"R",
"e",
"f",
"e",
"r",
"e",
"n",
"c",
"e"
]
] | Atlas Campaign Management API | Topic | https://msdn.microsoft.com/en-US/library/dd309781(v=msads.10).aspx | 32/1438042990603.54_20150728002310-00268-ip-10-236-191-2_867309503_1.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.