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
57712c46_w_Runtime_Hosting_Namespace_____Description
[Class] PersistenceException [Description]
Obsolete. The exception that is thrown when the persistence service cannot fulfill a request.
[]
System.Workflow.Runtime.Hosting Namespace ()
Description
https://msdn.microsoft.com/en-us/library/system.workflow.runtime.hosting.aspx
36/1438042989443.69_20150728002309-00000-ip-10-236-191-2_883774465_0.json
57712c46_w_Runtime_Hosting_Namespace_____Description
[Class] SharedConnectionWorkflowCommitWorkBatchService [Description]
Obsolete. Represents the shared-connection version of the WorkflowCommitWorkBatchService service used by the runtime. In this context, shared-connection means that the service uses the same SQL connection for both the tracking and persistence services.
[]
System.Workflow.Runtime.Hosting Namespace ()
Description
https://msdn.microsoft.com/en-us/library/system.workflow.runtime.hosting.aspx
36/1438042989443.69_20150728002309-00000-ip-10-236-191-2_883774465_0.json
57712c46_w_Runtime_Hosting_Namespace_____Description
[Class] SqlPersistenceWorkflowInstanceDescription [Description]
Obsolete. Describes the workflow instances that are stored in the SqlWorkflowPersistenceService.
[]
System.Workflow.Runtime.Hosting Namespace ()
Description
https://msdn.microsoft.com/en-us/library/system.workflow.runtime.hosting.aspx
36/1438042989443.69_20150728002309-00000-ip-10-236-191-2_883774465_0.json
57712c46_w_Runtime_Hosting_Namespace_____Description
[Class] SqlWorkflowPersistenceService [Description]
Obsolete. Represents a persistence service that uses a SQL database to store workflow state information.
[]
System.Workflow.Runtime.Hosting Namespace ()
Description
https://msdn.microsoft.com/en-us/library/system.workflow.runtime.hosting.aspx
36/1438042989443.69_20150728002309-00000-ip-10-236-191-2_883774465_0.json
57712c46_w_Runtime_Hosting_Namespace_____Description
[Class] WorkflowCommitWorkBatchService [Description]
Obsolete. Allows custom logic for the commitment of work batches.
[]
System.Workflow.Runtime.Hosting Namespace ()
Description
https://msdn.microsoft.com/en-us/library/system.workflow.runtime.hosting.aspx
36/1438042989443.69_20150728002309-00000-ip-10-236-191-2_883774465_0.json
57712c46_w_Runtime_Hosting_Namespace_____Description
[Class] WorkflowLoaderService [Description]
Obsolete. The abstract base class from which workflow loader services are derived.
[]
System.Workflow.Runtime.Hosting Namespace ()
Description
https://msdn.microsoft.com/en-us/library/system.workflow.runtime.hosting.aspx
36/1438042989443.69_20150728002309-00000-ip-10-236-191-2_883774465_0.json
57712c46_w_Runtime_Hosting_Namespace_____Description
[Class] WorkflowPersistenceService [Description]
Obsolete. The abstract base class from which all persistence services are derived.
[]
System.Workflow.Runtime.Hosting Namespace ()
Description
https://msdn.microsoft.com/en-us/library/system.workflow.runtime.hosting.aspx
36/1438042989443.69_20150728002309-00000-ip-10-236-191-2_883774465_0.json
57712c46_w_Runtime_Hosting_Namespace_____Description
[Class] WorkflowRuntimeService [Description]
Obsolete. Represents the abstract base class from which the workflow runtime engine core services are derived.
[]
System.Workflow.Runtime.Hosting Namespace ()
Description
https://msdn.microsoft.com/en-us/library/system.workflow.runtime.hosting.aspx
36/1438042989443.69_20150728002309-00000-ip-10-236-191-2_883774465_0.json
57712c46_w_Runtime_Hosting_Namespace_____Description
[Class] WorkflowSchedulerService [Description]
Obsolete. Provides a mechanism to implement your own thread pool to execute the workflow and manage in-memory timer registration and events.
[]
System.Workflow.Runtime.Hosting Namespace ()
Description
https://msdn.microsoft.com/en-us/library/system.workflow.runtime.hosting.aspx
36/1438042989443.69_20150728002309-00000-ip-10-236-191-2_883774465_0.json
57712c46_w_Runtime_Hosting_Namespace_____Description
[Class] WorkflowWebHostingModule [Description]
Obsolete. Provides a mechanism for routing the workflow instance ID to and from a WorkflowWebService to a cookie in the Web client. This class cannot be inherited.
[]
System.Workflow.Runtime.Hosting Namespace ()
Description
https://msdn.microsoft.com/en-us/library/system.workflow.runtime.hosting.aspx
36/1438042989443.69_20150728002309-00000-ip-10-236-191-2_883774465_0.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] TypeName [DataType] string [Description]
The provider-specific data type name.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] ProviderDbType [DataType] int [Description]
The provider-specific type value that should be used when specifying a parameter’s type. For example, SqlDbType.Money or OracleType.Blob.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] ColumnSize [DataType] long [Description]
The length of a non-numeric column or parameter refers to either the maximum or the length defined for this type by the provider. For character data, this is the maximum or defined length in units, defined by the data source. Oracle has the concept of specifying a length and then specifying the actual storage size for some character data types. This defines only the length in units for Oracle. For date-time data types, this is the length of the string representation (assuming the maximum allowed precision of the fractional seconds component). If the data type is numeric, this is the upper bound on the maximum precision of the data type.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] CreateFormat [DataType] string [Description]
Format string that represents how to add this column to a data definition statement, such as CREATE TABLE. Each element in the CreateParameter array should be represented by a "parameter marker" in the format string. For example, the SQL data type DECIMAL needs a precision and a scale. In this case, the format string would be "DECIMAL({0},{1})".
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] CreateParameters [DataType] string [Description]
The creation parameters that must be specified when creating a column of this data type. Each creation parameter is listed in the string, separated by a comma in the order they are to be supplied. For example, the SQL data type DECIMAL needs a precision and a scale. In this case, the creation parameters should contain the string "precision, scale". In a text command to create a DECIMAL column with a precision of 10 and a scale of 2, the value of the CreateFormat column might be DECIMAL({0},{1})" and the complete type specification would be DECIMAL(10,2).
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] DataType [DataType] string [Description]
The name of the .NET Framework type of the data type.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] IsAutoincrementable [DataType] bool [Description]
true—Values of this data type may be auto-incrementing. false—Values of this data type may not be auto-incrementing. Note that this merely indicates whether a column of this data type may be auto-incrementing, not that all columns of this type are auto-incrementing.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] IsBestMatch [DataType] bool [Description]
true—The data type is the best match between all data types in the data store and the .NET Framework data type indicated by the value in the DataType column. false—The data type is not the best match. For each set of rows in which the value of the DataType column is the same, the IsBestMatch column is set to true in only one row.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] IsCaseSensitive [DataType] bool [Description]
true—The data type is a character type and is case-sensitive. false—The data type is not a character type or is not case-sensitive.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] IsFixedLength [DataType] bool [Description]
true—Columns of this data type created by the data definition language (DDL) will be of fixed length. false—Columns of this data type created by the DDL will be of variable length. DBNull.Value—It is not known whether the provider will map this field with a fixed-length or variable-length column.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] IsFixedPrecisionScale [DataType] bool [Description]
true—The data type has a fixed precision and scale. false—The data type does not have a fixed precision and scale.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] IsLong [DataType] bool [Description]
true—The data type contains very long data; the definition of very long data is provider-specific. false—The data type does not contain very long data.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] IsNullable [DataType] bool [Description]
true—The data type is nullable. false—The data type is not nullable. DBNull.Value—It is not known whether the data type is nullable.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] IsSearchable [DataType] bool [Description]
true—The data type can be used in a WHERE clause with any operator except the LIKE predicate. false—The data type cannot be used in a WHERE clause with any operator except the LIKE predicate.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] IsSearchableWithLike [DataType] bool [Description]
true—The data type can be used with the LIKE predicate false—The data type cannot be used with the LIKE predicate.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] IsUnsigned [DataType] bool [Description]
true—The data type is unsigned. false—The data type is signed. DBNull.Value—Not applicable to data type.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] MaximumScale [DataType] short [Description]
If the type indicator is a numeric type, this is the maximum number of digits allowed to the right of the decimal point. Otherwise, this is DBNull.Value.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] MinimumScale [DataType] short [Description]
If the type indicator is a numeric type, this is the minimum number of digits allowed to the right of the decimal point. Otherwise, this is DBNull.Value.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] IsConcurrencyType [DataType] bool [Description]
true – the data type is updated by the database every time the row is changed and the value of the column is different from all previous values false – the data type is note updated by the database every time the row is changed DBNull.Value – the database does not support this type of data type
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] IsLiteralsSupported [DataType] bool [Description]
true – the data type can be expressed as a literal false – the data type can not be expressed as a literal
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] LiteralPrefix [DataType] string [Description]
The prefix applied to a given literal.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] LitteralSuffix [DataType] string [Description]
The suffix applied to a given literal.
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
edfe8be5_Common_Schema_Collections__Description
[ColumnName] NativeDataType [DataType] String [Description]
NativeDataType is an OLE DB specific column for exposing the OLE DB type of the data type .
[]
Common Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254501.aspx
36/1438042988308.23_20150728002308-00342-ip-10-236-191-2_878224684_2.json
ff4dc2e2_job_queue_stats__Transact_SQL___Description
[Column name] queue_max_len [Data type] int [Description]
Maximum length of the queue.
[]
sys.dm_exec_background_job_queue_stats (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms176059(v=sql.110).aspx
36/1438042988308.23_20150728002308-00297-ip-10-236-191-2_882790735_0.json
ff4dc2e2_job_queue_stats__Transact_SQL___Description
[Column name] enqueued_count [Data type] int [Description]
Number of requests successfully posted to the queue.
[]
sys.dm_exec_background_job_queue_stats (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms176059(v=sql.110).aspx
36/1438042988308.23_20150728002308-00297-ip-10-236-191-2_882790735_0.json
ff4dc2e2_job_queue_stats__Transact_SQL___Description
[Column name] started_count [Data type] int [Description]
Number of requests that started execution.
[]
sys.dm_exec_background_job_queue_stats (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms176059(v=sql.110).aspx
36/1438042988308.23_20150728002308-00297-ip-10-236-191-2_882790735_0.json
ff4dc2e2_job_queue_stats__Transact_SQL___Description
[Column name] ended_count [Data type] int [Description]
Number of requests serviced to either success or failure.
[]
sys.dm_exec_background_job_queue_stats (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms176059(v=sql.110).aspx
36/1438042988308.23_20150728002308-00297-ip-10-236-191-2_882790735_0.json
ff4dc2e2_job_queue_stats__Transact_SQL___Description
[Column name] failed_lock_count [Data type] int [Description]
Number of requests that failed due to lock contention or deadlock.
[]
sys.dm_exec_background_job_queue_stats (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms176059(v=sql.110).aspx
36/1438042988308.23_20150728002308-00297-ip-10-236-191-2_882790735_0.json
ff4dc2e2_job_queue_stats__Transact_SQL___Description
[Column name] failed_other_count [Data type] int [Description]
Number of requests that failed due to other reasons.
[]
sys.dm_exec_background_job_queue_stats (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms176059(v=sql.110).aspx
36/1438042988308.23_20150728002308-00297-ip-10-236-191-2_882790735_0.json
ff4dc2e2_job_queue_stats__Transact_SQL___Description
[Column name] failed_giveup_count [Data type] int [Description]
Number of requests that failed because retry limit has been reached.
[]
sys.dm_exec_background_job_queue_stats (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms176059(v=sql.110).aspx
36/1438042988308.23_20150728002308-00297-ip-10-236-191-2_882790735_0.json
ff4dc2e2_job_queue_stats__Transact_SQL___Description
[Column name] enqueue_failed_full_count [Data type] int [Description]
Number of failed enqueue attempts because the queue is full.
[]
sys.dm_exec_background_job_queue_stats (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms176059(v=sql.110).aspx
36/1438042988308.23_20150728002308-00297-ip-10-236-191-2_882790735_0.json
ff4dc2e2_job_queue_stats__Transact_SQL___Description
[Column name] enqueue_failed_duplicate_count [Data type] int [Description]
Number of duplicate enqueue attempts.
[]
sys.dm_exec_background_job_queue_stats (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms176059(v=sql.110).aspx
36/1438042988308.23_20150728002308-00297-ip-10-236-191-2_882790735_0.json
ff4dc2e2_job_queue_stats__Transact_SQL___Description
[Column name] elapsed_avg_ms [Data type] int [Description]
Average elapsed time of request in milliseconds.
[]
sys.dm_exec_background_job_queue_stats (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms176059(v=sql.110).aspx
36/1438042988308.23_20150728002308-00297-ip-10-236-191-2_882790735_0.json
ff4dc2e2_job_queue_stats__Transact_SQL___Description
[Column name] elapsed_max_ms [Data type] int [Description]
Elapsed time of the longest request in milliseconds.
[]
sys.dm_exec_background_job_queue_stats (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms176059(v=sql.110).aspx
36/1438042988308.23_20150728002308-00297-ip-10-236-191-2_882790735_0.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.CharLeftExtend [Shortcut Keys] SHIFT + LEFT ARROW [Description]
Moves the cursor to the left one character, extending the selection. Available only in the .NET Framework Designer.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.CharLeftExtendColumn [Shortcut Keys] SHIFT + ALT + LEFT ARROW [Description]
Moves the cursor to the left one character, extending the column selection.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.CharRightExtend [Shortcut Keys] SHIFT + RIGHT ARROW [Description]
Moves the cursor to the right one character, extending the selection. Available only in the .NET Framework Designer.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.CharRightExtendColumn [Shortcut Keys] SHIFT + ALT + RIGHT ARROW [Description]
Moves the cursor to the right one character, extending the column selection.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.DocumentEndExtend [Shortcut Keys] CTRL + SHIFT + END [Description]
Selects the text from the insertion point to the last line of the document.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.DocumentStartExtend [Shortcut Keys] CTRL + SHIFT + HOME [Description]
Selects the text from the insertion point to the first line of the document.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.GoToBraceExtend [Shortcut Keys] CTRL + SHIFT + ] [Description]
Moves the insertion point to the next brace, extending the selection.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.LineDownExtend [Shortcut Keys] SHIFT + DOWN ARROW [Description]
Extends text selection down one line, starting at the location of the insertion point.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.LineDownExtendColumn [Shortcut Keys] SHIFT + ALT + DOWN ARROW [Description]
Moves the cursor down one line, extending the column selection.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.LineEndExtend [Shortcut Keys] SHIFT + END [Description]
Selects text from the insertion point to the end of the current line.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.LineEndExtendColumn [Shortcut Keys] SHIFT + ALT + END [Description]
Moves the insertion point to the end of the line, extending the column selection.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.LineStartExtend [Shortcut Keys] SHIFT + HOME [Description]
Selects text from the insertion point to the start of the line.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.LineStartExtendColumn [Shortcut Keys] SHIFT + ALT + HOME [Description]
Moves the insertion point to the start of the line, extending the column selection.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.LineUpExtend [Shortcut Keys] SHIFT + UP ARROW [Description]
Selects text up line by line starting from the location of the insertion point.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.LineUpExtendColumn [Shortcut Keys] SHIFT + ALT + UP ARROW [Description]
Moves the cursor up one line, extending the column selection.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.PageDownExtend [Shortcut Keys] SHIFT + PAGE DOWN [Description]
Extends selection down one page.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.PageUpExtend [Shortcut Keys] SHIFT + PAGE UP [Description]
Extends selection up one page.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.SelectAll [Shortcut Keys] CTRL + A [Description]
Selects everything in the current document.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.SelectCurrentWord [Shortcut Keys] CTRL + W [Description]
Selects the word containing the insertion point or the word to the right of the insertion point.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.SelectToLastGoBack [Shortcut Keys] CTRL + = [Description]
Select from the current location in the Editor back to the previous location in the Editor.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.ViewBottomExtend [Shortcut Keys] CTRL + SHIFT + PAGE DOWN [Description]
Moves the cursor to the last line in view, extending the selection.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.ViewTopExtend [Shortcut Keys] CTRL + SHIFT + PAGE UP [Description]
Extends the selection to the top of the current window.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.WordNextExtend [Shortcut Keys] CTRL + SHIFT + RIGHT ARROW [Description]
Extends the selection one word to the right.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.WordNextExtendColumn [Shortcut Keys] CTRL + SHIFT + ALT + RIGHT ARROW [Description]
Moves the cursor to the right one word, extending the column selection.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.WordPreviousExtend [Shortcut Keys] CTRL + SHIFT + LEFT ARROW [Description]
Extends the selection one word to the left.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
ee6b0252_Default_Settings_Shortcut_Keys__Description
[Command Name] Edit.WordPreviousExtendColumn [Shortcut Keys] CTRL + SHIFT + ALT + LEFT ARROW [Description]
Moves the cursor to the left one word, extending the column selection.
[]
Default Settings Shortcut Keys
Description
https://msdn.microsoft.com/en-us/library/xte2hh6a(v=vs.71).aspx
36/1438042988598.68_20150728002308-00002-ip-10-236-191-2_869672453_8.json
2ddbcc17__System_ComponentModel_Design___Description
[Name] Disposed [Description]
Occurs when the design surface is disposed.
[]
DesignSurface Events (System.ComponentModel.Design)
Description
https://msdn.microsoft.com/en-us/library/vstudio/zd3ebecz.aspx
36/1438042988308.23_20150728002308-00340-ip-10-236-191-2_873468556_0.json
2ddbcc17__System_ComponentModel_Design___Description
[Name] Flushed [Description]
Occurs when a call is made to the Flush method of DesignSurface.
[]
DesignSurface Events (System.ComponentModel.Design)
Description
https://msdn.microsoft.com/en-us/library/vstudio/zd3ebecz.aspx
36/1438042988308.23_20150728002308-00340-ip-10-236-191-2_873468556_0.json
2ddbcc17__System_ComponentModel_Design___Description
[Name] Loaded [Description]
Occurs when the designer load has completed.
[]
DesignSurface Events (System.ComponentModel.Design)
Description
https://msdn.microsoft.com/en-us/library/vstudio/zd3ebecz.aspx
36/1438042988308.23_20150728002308-00340-ip-10-236-191-2_873468556_0.json
2ddbcc17__System_ComponentModel_Design___Description
[Name] Loading [Description]
Occurs when the designer is about to be loaded.
[]
DesignSurface Events (System.ComponentModel.Design)
Description
https://msdn.microsoft.com/en-us/library/vstudio/zd3ebecz.aspx
36/1438042988308.23_20150728002308-00340-ip-10-236-191-2_873468556_0.json
2ddbcc17__System_ComponentModel_Design___Description
[Name] Unloaded [Description]
Occurs when a designer has finished unloading.
[]
DesignSurface Events (System.ComponentModel.Design)
Description
https://msdn.microsoft.com/en-us/library/vstudio/zd3ebecz.aspx
36/1438042988308.23_20150728002308-00340-ip-10-236-191-2_873468556_0.json
2ddbcc17__System_ComponentModel_Design___Description
[Name] Unloading [Description]
Occurs when a designer is about to unload.
[]
DesignSurface Events (System.ComponentModel.Design)
Description
https://msdn.microsoft.com/en-us/library/vstudio/zd3ebecz.aspx
36/1438042988308.23_20150728002308-00340-ip-10-236-191-2_873468556_0.json
2ddbcc17__System_ComponentModel_Design___Description
[Name] ViewActivated [Description]
Occurs when the Activate method has been called on IDesignerHost.
[]
DesignSurface Events (System.ComponentModel.Design)
Description
https://msdn.microsoft.com/en-us/library/vstudio/zd3ebecz.aspx
36/1438042988308.23_20150728002308-00340-ip-10-236-191-2_873468556_0.json
6b52a256_ty_Properties__System_Windows___Description
[Name] DefaultMetadata [Description]
Gets the default metadata of the dependency property.
[]
DependencyProperty Properties (System.Windows)
Description
https://msdn.microsoft.com/en-us/library/system.windows.dependencyproperty_properties(v=vs.100).aspx
36/1438042989443.69_20150728002309-00142-ip-10-236-191-2_883385944_0.json
6b52a256_ty_Properties__System_Windows___Description
[Name] GlobalIndex [Description]
Gets an internally generated value that uniquely identifies the dependency property.
[]
DependencyProperty Properties (System.Windows)
Description
https://msdn.microsoft.com/en-us/library/system.windows.dependencyproperty_properties(v=vs.100).aspx
36/1438042989443.69_20150728002309-00142-ip-10-236-191-2_883385944_0.json
6b52a256_ty_Properties__System_Windows___Description
[Name] Name [Description]
Gets the name of the dependency property.
[]
DependencyProperty Properties (System.Windows)
Description
https://msdn.microsoft.com/en-us/library/system.windows.dependencyproperty_properties(v=vs.100).aspx
36/1438042989443.69_20150728002309-00142-ip-10-236-191-2_883385944_0.json
6b52a256_ty_Properties__System_Windows___Description
[Name] OwnerType [Description]
Gets the type of the object that registered the dependency property with the property system, or added itself as owner of the property.
[]
DependencyProperty Properties (System.Windows)
Description
https://msdn.microsoft.com/en-us/library/system.windows.dependencyproperty_properties(v=vs.100).aspx
36/1438042989443.69_20150728002309-00142-ip-10-236-191-2_883385944_0.json
6b52a256_ty_Properties__System_Windows___Description
[Name] PropertyType [Description]
Gets the type that the dependency property uses for its value.
[]
DependencyProperty Properties (System.Windows)
Description
https://msdn.microsoft.com/en-us/library/system.windows.dependencyproperty_properties(v=vs.100).aspx
36/1438042989443.69_20150728002309-00142-ip-10-236-191-2_883385944_0.json
6b52a256_ty_Properties__System_Windows___Description
[Name] ReadOnly [Description]
Gets a value that indicates whether the dependency property identified by this DependencyProperty instance is a read-only dependency property.
[]
DependencyProperty Properties (System.Windows)
Description
https://msdn.microsoft.com/en-us/library/system.windows.dependencyproperty_properties(v=vs.100).aspx
36/1438042989443.69_20150728002309-00142-ip-10-236-191-2_883385944_0.json
6b52a256_ty_Properties__System_Windows___Description
[Name] ValidateValueCallback [Description]
Gets the value validation callback for the dependency property.
[]
DependencyProperty Properties (System.Windows)
Description
https://msdn.microsoft.com/en-us/library/system.windows.dependencyproperty_properties(v=vs.100).aspx
36/1438042989443.69_20150728002309-00142-ip-10-236-191-2_883385944_0.json
9737c0e9_e_Method__Boolean___System_IO___e_the_example_in_this_topic___
[To do this...] Create a text file.
How to: Write Text to a File
[]
BinaryWriter.Write Method (Boolean) (System.IO)
See the example in this topic...
https://msdn.microsoft.com/en-us/library/windows/apps/91xey4hy(v=vs.80).aspx
36/1438042988308.23_20150728002308-00002-ip-10-236-191-2_872103243_1.json
9737c0e9_e_Method__Boolean___System_IO___e_the_example_in_this_topic___
[To do this...] Write to a text file.
How to: Write Text to a File
[]
BinaryWriter.Write Method (Boolean) (System.IO)
See the example in this topic...
https://msdn.microsoft.com/en-us/library/windows/apps/91xey4hy(v=vs.80).aspx
36/1438042988308.23_20150728002308-00002-ip-10-236-191-2_872103243_1.json
9737c0e9_e_Method__Boolean___System_IO___e_the_example_in_this_topic___
[To do this...] Read from a text file.
How to: Read Text from a File
[]
BinaryWriter.Write Method (Boolean) (System.IO)
See the example in this topic...
https://msdn.microsoft.com/en-us/library/windows/apps/91xey4hy(v=vs.80).aspx
36/1438042988308.23_20150728002308-00002-ip-10-236-191-2_872103243_1.json
9737c0e9_e_Method__Boolean___System_IO___e_the_example_in_this_topic___
[To do this...] Append text to a file.
How to: Open and Append to a Log File File.AppendText FileInfo.AppendText
[]
BinaryWriter.Write Method (Boolean) (System.IO)
See the example in this topic...
https://msdn.microsoft.com/en-us/library/windows/apps/91xey4hy(v=vs.80).aspx
36/1438042988308.23_20150728002308-00002-ip-10-236-191-2_872103243_1.json
9737c0e9_e_Method__Boolean___System_IO___e_the_example_in_this_topic___
[To do this...] Get the size of a file.
FileInfo.Length
[]
BinaryWriter.Write Method (Boolean) (System.IO)
See the example in this topic...
https://msdn.microsoft.com/en-us/library/windows/apps/91xey4hy(v=vs.80).aspx
36/1438042988308.23_20150728002308-00002-ip-10-236-191-2_872103243_1.json
9737c0e9_e_Method__Boolean___System_IO___e_the_example_in_this_topic___
[To do this...] Get the attributes of a file.
File.GetAttributes
[]
BinaryWriter.Write Method (Boolean) (System.IO)
See the example in this topic...
https://msdn.microsoft.com/en-us/library/windows/apps/91xey4hy(v=vs.80).aspx
36/1438042988308.23_20150728002308-00002-ip-10-236-191-2_872103243_1.json
9737c0e9_e_Method__Boolean___System_IO___e_the_example_in_this_topic___
[To do this...] Set the attributes of a file.
File.SetAttributes
[]
BinaryWriter.Write Method (Boolean) (System.IO)
See the example in this topic...
https://msdn.microsoft.com/en-us/library/windows/apps/91xey4hy(v=vs.80).aspx
36/1438042988308.23_20150728002308-00002-ip-10-236-191-2_872103243_1.json
9737c0e9_e_Method__Boolean___System_IO___e_the_example_in_this_topic___
[To do this...] Determine if a file exists.
File.Exists
[]
BinaryWriter.Write Method (Boolean) (System.IO)
See the example in this topic...
https://msdn.microsoft.com/en-us/library/windows/apps/91xey4hy(v=vs.80).aspx
36/1438042988308.23_20150728002308-00002-ip-10-236-191-2_872103243_1.json
9737c0e9_e_Method__Boolean___System_IO___e_the_example_in_this_topic___
[To do this...] Read from a binary file.
How to: Read and Write to a Newly Created Data File
[]
BinaryWriter.Write Method (Boolean) (System.IO)
See the example in this topic...
https://msdn.microsoft.com/en-us/library/windows/apps/91xey4hy(v=vs.80).aspx
36/1438042988308.23_20150728002308-00002-ip-10-236-191-2_872103243_1.json
9737c0e9_e_Method__Boolean___System_IO___e_the_example_in_this_topic___
[To do this...] Write to a binary file.
How to: Read and Write to a Newly Created Data File
[]
BinaryWriter.Write Method (Boolean) (System.IO)
See the example in this topic...
https://msdn.microsoft.com/en-us/library/windows/apps/91xey4hy(v=vs.80).aspx
36/1438042988308.23_20150728002308-00002-ip-10-236-191-2_872103243_1.json
6b65125f_Oracle_Schema_Collections__Description
[ColumnName] OWNER [DataType] String [Description]
Owner of the constraint definition.
[]
Oracle Schema Collections
Description
https://msdn.microsoft.com/en-us/library/cc716723.aspx
36/1438042989443.69_20150728002309-00063-ip-10-236-191-2_877644987_14.json
6b65125f_Oracle_Schema_Collections__Description
[ColumnName] CONSTRAINT_NAME [DataType] String [Description]
Name of the constraint definition.
[]
Oracle Schema Collections
Description
https://msdn.microsoft.com/en-us/library/cc716723.aspx
36/1438042989443.69_20150728002309-00063-ip-10-236-191-2_877644987_14.json
6b65125f_Oracle_Schema_Collections__Description
[ColumnName] TABLE_NAME [DataType] String [Description]
Name associated with the table (or view) with constraint definition.
[]
Oracle Schema Collections
Description
https://msdn.microsoft.com/en-us/library/cc716723.aspx
36/1438042989443.69_20150728002309-00063-ip-10-236-191-2_877644987_14.json
6b65125f_Oracle_Schema_Collections__Description
[ColumnName] SEARCH_CONDITION [DataType] String [Description]
Text of search condition for a check constraint.
[]
Oracle Schema Collections
Description
https://msdn.microsoft.com/en-us/library/cc716723.aspx
36/1438042989443.69_20150728002309-00063-ip-10-236-191-2_877644987_14.json
6b65125f_Oracle_Schema_Collections__Description
[ColumnName] R_OWNER [DataType] String [Description]
Owner of table referred to in a referential constraint.
[]
Oracle Schema Collections
Description
https://msdn.microsoft.com/en-us/library/cc716723.aspx
36/1438042989443.69_20150728002309-00063-ip-10-236-191-2_877644987_14.json
6b65125f_Oracle_Schema_Collections__Description
[ColumnName] R_CONSTRAINT_NAME [DataType] String [Description]
Name of the unique constraint definition for referenced table.
[]
Oracle Schema Collections
Description
https://msdn.microsoft.com/en-us/library/cc716723.aspx
36/1438042989443.69_20150728002309-00063-ip-10-236-191-2_877644987_14.json