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
ce51af26_sys_parameters__Transact_SQL___Data_type
[Column name] object_id [Description] ID of the object to which this parameter belongs. [Data type]
int
[ [ "i", "n", "t" ], [ "s", "y", "s", "n", "a", "m", "e" ], [ "t", "i", "n", "y", "i", "n", "t" ], [ "s", "m", "a", "l", "l", "i", "n", "t" ], [ "b", "i", "t" ], [ "s", "q", "l", "_", "v", "a", "r", "i", "a", "n", "t" ] ]
sys.parameters (Transact-SQL)
Data type
https://msdn.microsoft.com/en-us/library/ms176074.aspx
13/1438042992543.60_20150728002312-00224-ip-10-236-191-2_881166388_1.json
ce51af26_sys_parameters__Transact_SQL___Data_type
[Column name] name [Description] Name of the parameter. Is unique within the object. If the object is a scalar function, the parameter name is an empty string in the row representing the return value. [Data type]
sysname
[ [ "i", "n", "t" ], [ "s", "y", "s", "n", "a", "m", "e" ], [ "t", "i", "n", "y", "i", "n", "t" ], [ "s", "m", "a", "l", "l", "i", "n", "t" ], [ "b", "i", "t" ], [ "s", "q", "l", "_", "v", "a", "r", "i", "a", "n", "t" ] ]
sys.parameters (Transact-SQL)
Data type
https://msdn.microsoft.com/en-us/library/ms176074.aspx
13/1438042992543.60_20150728002312-00224-ip-10-236-191-2_881166388_1.json
ce51af26_sys_parameters__Transact_SQL___Data_type
[Column name] parameter_id [Description] ID of the parameter. Is unique within the object. If the object is a scalar function, parameter_id = 0 represents the return value. [Data type]
int
[ [ "i", "n", "t" ], [ "s", "y", "s", "n", "a", "m", "e" ], [ "t", "i", "n", "y", "i", "n", "t" ], [ "s", "m", "a", "l", "l", "i", "n", "t" ], [ "b", "i", "t" ], [ "s", "q", "l", "_", "v", "a", "r", "i", "a", "n", "t" ] ]
sys.parameters (Transact-SQL)
Data type
https://msdn.microsoft.com/en-us/library/ms176074.aspx
13/1438042992543.60_20150728002312-00224-ip-10-236-191-2_881166388_1.json
ce51af26_sys_parameters__Transact_SQL___Data_type
[Column name] system_type_id [Description] ID of the system type of the parameter. [Data type]
tinyint
[ [ "i", "n", "t" ], [ "s", "y", "s", "n", "a", "m", "e" ], [ "t", "i", "n", "y", "i", "n", "t" ], [ "s", "m", "a", "l", "l", "i", "n", "t" ], [ "b", "i", "t" ], [ "s", "q", "l", "_", "v", "a", "r", "i", "a", "n", "t" ] ]
sys.parameters (Transact-SQL)
Data type
https://msdn.microsoft.com/en-us/library/ms176074.aspx
13/1438042992543.60_20150728002312-00224-ip-10-236-191-2_881166388_1.json
ce51af26_sys_parameters__Transact_SQL___Data_type
[Column name] user_type_id [Description] ID of the type of the parameter as defined by the user. To return the name of the type, join to the sys.types catalog view on this column. [Data type]
int
[ [ "i", "n", "t" ], [ "s", "y", "s", "n", "a", "m", "e" ], [ "t", "i", "n", "y", "i", "n", "t" ], [ "s", "m", "a", "l", "l", "i", "n", "t" ], [ "b", "i", "t" ], [ "s", "q", "l", "_", "v", "a", "r", "i", "a", "n", "t" ] ]
sys.parameters (Transact-SQL)
Data type
https://msdn.microsoft.com/en-us/library/ms176074.aspx
13/1438042992543.60_20150728002312-00224-ip-10-236-191-2_881166388_1.json
ce51af26_sys_parameters__Transact_SQL___Data_type
[Column name] max_length [Description] Maximum length of the parameter, in bytes. Value = -1 when the column data type is varchar(max), nvarchar(max), varbinary(max), or xml. [Data type]
smallint
[ [ "i", "n", "t" ], [ "s", "y", "s", "n", "a", "m", "e" ], [ "t", "i", "n", "y", "i", "n", "t" ], [ "s", "m", "a", "l", "l", "i", "n", "t" ], [ "b", "i", "t" ], [ "s", "q", "l", "_", "v", "a", "r", "i", "a", "n", "t" ] ]
sys.parameters (Transact-SQL)
Data type
https://msdn.microsoft.com/en-us/library/ms176074.aspx
13/1438042992543.60_20150728002312-00224-ip-10-236-191-2_881166388_1.json
ce51af26_sys_parameters__Transact_SQL___Data_type
[Column name] precision [Description] Precision of the parameter if numeric-based; otherwise, 0. [Data type]
tinyint
[ [ "i", "n", "t" ], [ "s", "y", "s", "n", "a", "m", "e" ], [ "t", "i", "n", "y", "i", "n", "t" ], [ "s", "m", "a", "l", "l", "i", "n", "t" ], [ "b", "i", "t" ], [ "s", "q", "l", "_", "v", "a", "r", "i", "a", "n", "t" ] ]
sys.parameters (Transact-SQL)
Data type
https://msdn.microsoft.com/en-us/library/ms176074.aspx
13/1438042992543.60_20150728002312-00224-ip-10-236-191-2_881166388_1.json
ce51af26_sys_parameters__Transact_SQL___Data_type
[Column name] scale [Description] Scale of the parameter if numeric-based; otherwise, 0. [Data type]
tinyint
[ [ "i", "n", "t" ], [ "s", "y", "s", "n", "a", "m", "e" ], [ "t", "i", "n", "y", "i", "n", "t" ], [ "s", "m", "a", "l", "l", "i", "n", "t" ], [ "b", "i", "t" ], [ "s", "q", "l", "_", "v", "a", "r", "i", "a", "n", "t" ] ]
sys.parameters (Transact-SQL)
Data type
https://msdn.microsoft.com/en-us/library/ms176074.aspx
13/1438042992543.60_20150728002312-00224-ip-10-236-191-2_881166388_1.json
ce51af26_sys_parameters__Transact_SQL___Data_type
[Column name] is_output [Description] 1 = Parameter is OUTPUT or RETURN; otherwise, 0. [Data type]
bit
[ [ "i", "n", "t" ], [ "s", "y", "s", "n", "a", "m", "e" ], [ "t", "i", "n", "y", "i", "n", "t" ], [ "s", "m", "a", "l", "l", "i", "n", "t" ], [ "b", "i", "t" ], [ "s", "q", "l", "_", "v", "a", "r", "i", "a", "n", "t" ] ]
sys.parameters (Transact-SQL)
Data type
https://msdn.microsoft.com/en-us/library/ms176074.aspx
13/1438042992543.60_20150728002312-00224-ip-10-236-191-2_881166388_1.json
ce51af26_sys_parameters__Transact_SQL___Data_type
[Column name] is_cursor_ref [Description] 1 = Parameter is a cursor-reference parameter. [Data type]
bit
[ [ "i", "n", "t" ], [ "s", "y", "s", "n", "a", "m", "e" ], [ "t", "i", "n", "y", "i", "n", "t" ], [ "s", "m", "a", "l", "l", "i", "n", "t" ], [ "b", "i", "t" ], [ "s", "q", "l", "_", "v", "a", "r", "i", "a", "n", "t" ] ]
sys.parameters (Transact-SQL)
Data type
https://msdn.microsoft.com/en-us/library/ms176074.aspx
13/1438042992543.60_20150728002312-00224-ip-10-236-191-2_881166388_1.json
ce51af26_sys_parameters__Transact_SQL___Data_type
[Column name] has_default_value [Description] 1 = Parameter has default value. SQL Server only maintains default values for CLR objects in this catalog view; therefore, this column has a value of 0 for Transact-SQL objects. To view the default value of a parameter in a Transact-SQL object, query the definition column of the sys.sql_modules catalog view, or use the OBJECT_DEFINITION system function. [Data type]
bit
[ [ "i", "n", "t" ], [ "s", "y", "s", "n", "a", "m", "e" ], [ "t", "i", "n", "y", "i", "n", "t" ], [ "s", "m", "a", "l", "l", "i", "n", "t" ], [ "b", "i", "t" ], [ "s", "q", "l", "_", "v", "a", "r", "i", "a", "n", "t" ] ]
sys.parameters (Transact-SQL)
Data type
https://msdn.microsoft.com/en-us/library/ms176074.aspx
13/1438042992543.60_20150728002312-00224-ip-10-236-191-2_881166388_1.json
ce51af26_sys_parameters__Transact_SQL___Data_type
[Column name] is_xml_document [Description] 1 = Content is a complete XML document. 0 = Content is a document fragment, or the data type of the column is not xml. [Data type]
bit
[ [ "i", "n", "t" ], [ "s", "y", "s", "n", "a", "m", "e" ], [ "t", "i", "n", "y", "i", "n", "t" ], [ "s", "m", "a", "l", "l", "i", "n", "t" ], [ "b", "i", "t" ], [ "s", "q", "l", "_", "v", "a", "r", "i", "a", "n", "t" ] ]
sys.parameters (Transact-SQL)
Data type
https://msdn.microsoft.com/en-us/library/ms176074.aspx
13/1438042992543.60_20150728002312-00224-ip-10-236-191-2_881166388_1.json
ce51af26_sys_parameters__Transact_SQL___Data_type
[Column name] default_value [Description] If has_default_value is 1, the value of this column is the value of the default for the parameter; otherwise, NULL. [Data type]
sql_variant
[ [ "i", "n", "t" ], [ "s", "y", "s", "n", "a", "m", "e" ], [ "t", "i", "n", "y", "i", "n", "t" ], [ "s", "m", "a", "l", "l", "i", "n", "t" ], [ "b", "i", "t" ], [ "s", "q", "l", "_", "v", "a", "r", "i", "a", "n", "t" ] ]
sys.parameters (Transact-SQL)
Data type
https://msdn.microsoft.com/en-us/library/ms176074.aspx
13/1438042992543.60_20150728002312-00224-ip-10-236-191-2_881166388_1.json
ce51af26_sys_parameters__Transact_SQL___Data_type
[Column name] xml_collection_id [Description] Non-zero if the data type of the parameter is xml and the XML is typed. The value is the ID of the collection containing the validating XML schema namespace of the parameter. 0 = No XML schema collection. [Data type]
int
[ [ "i", "n", "t" ], [ "s", "y", "s", "n", "a", "m", "e" ], [ "t", "i", "n", "y", "i", "n", "t" ], [ "s", "m", "a", "l", "l", "i", "n", "t" ], [ "b", "i", "t" ], [ "s", "q", "l", "_", "v", "a", "r", "i", "a", "n", "t" ] ]
sys.parameters (Transact-SQL)
Data type
https://msdn.microsoft.com/en-us/library/ms176074.aspx
13/1438042992543.60_20150728002312-00224-ip-10-236-191-2_881166388_1.json
ce51af26_sys_parameters__Transact_SQL___Data_type
[Column name] is_readonly [Description] 1 = Parameter is READONLY; otherwise, 0. [Data type]
bit
[ [ "i", "n", "t" ], [ "s", "y", "s", "n", "a", "m", "e" ], [ "t", "i", "n", "y", "i", "n", "t" ], [ "s", "m", "a", "l", "l", "i", "n", "t" ], [ "b", "i", "t" ], [ "s", "q", "l", "_", "v", "a", "r", "i", "a", "n", "t" ] ]
sys.parameters (Transact-SQL)
Data type
https://msdn.microsoft.com/en-us/library/ms176074.aspx
13/1438042992543.60_20150728002312-00224-ip-10-236-191-2_881166388_1.json
ce51af26_sys_parameters__Transact_SQL___Data_type
[Column name] is_nullable [Description] 1 = Parameter is nullable. (the default). 0 = Parameter is not nullable, for more efficient execution of natively-compiled stored procedures. [Data type]
bit
[ [ "i", "n", "t" ], [ "s", "y", "s", "n", "a", "m", "e" ], [ "t", "i", "n", "y", "i", "n", "t" ], [ "s", "m", "a", "l", "l", "i", "n", "t" ], [ "b", "i", "t" ], [ "s", "q", "l", "_", "v", "a", "r", "i", "a", "n", "t" ] ]
sys.parameters (Transact-SQL)
Data type
https://msdn.microsoft.com/en-us/library/ms176074.aspx
13/1438042992543.60_20150728002312-00224-ip-10-236-191-2_881166388_1.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] CommandInfo [Description]
Defines property values used by the command.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] CommandOutputEventArg [Description]
Defines the arguments that are passed to your event handler when the command generates a line of output on a node in the cluster.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] CommandRawOutputEventArg [Description]
Defines the arguments that are passed to your event handler when the command generates output on a node in the cluster. The output is passed as a byte blob.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] CommandTaskStateEventArg [Description]
Defines the arguments that are passed to your event handler when the state of the command changes.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] CustomPropContainer [Description]
Contains custom properties as name / value pairs.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] FilterCollection [Description]
Defines a collection of filter property objects used to filter the results when retrieving jobs, task, and nodes.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] IntCollection [Description]
Defines a collection of integer values. Typically, the collection contains job or node identifiers.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] JobStateEventArg [Description]
Defines the arguments that are passed to your event handler when the state of the job changes.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] JobTemplateInfo [Description]
Provides information about a job template, including the identifier, name, description, and security descriptor for the job template. Also provides dates and times for when the job template was created and last changed.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] NameValue [Description]
Represents a name/value pair.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] NameValueCollection [Description]
Represents a collection of name/value pairs.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] PropertyIdCollection [Description]
Defines a collection of property identifiers.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] RemoteCommand [Description]
Defines a command to run on one or more nodes in the cluster.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] Scheduler [Description]
Defines the methods used to schedule and manage the jobs and tasks in a compute cluster.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] SchedulerCollection [Description]
Defines a generic collection of objects that the scheduler returns.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] SchedulerCore [Description]
Provides information about a core on a node such as its state and the task currently running on it.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] SchedulerCounters [Description]
Defines counter information for the cluster.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] SchedulerJob [Description]
Manages the tasks and resources that are associated with a job.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] SchedulerJobCounters [Description]
Defines the counter values related to the status of tasks in the job (for example, the number of tasks that have finished running).
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] SchedulerNode [Description]
Contains information about a compute node.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] SchedulerNodeCounters [Description]
Contains counter data information for the node.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] SchedulerObjectBase [Description]
The abstract class from which the HPC objects inherit.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] SchedulerTask [Description]
Defines a task.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] SchedulerTaskCounters [Description]
Contains counter data for the tasks that are running in the cluster.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] ServerVersion [Description]
Contains the file version information for the HPC server assembly.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] SortCollection [Description]
Defines a collection of sort property objects used to sort the results when retrieving jobs, task, and nodes.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] StringCollection [Description]
Defines a collection of string values.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
a411b0dd_rosoft_Hpc_Scheduler_Namespace__Description
[Class] TaskStateEventArg [Description]
Defines the arguments that are passed to your event handler when the state of a task in the job changes.
[]
Microsoft.Hpc.Scheduler Namespace
Description
https://msdn.microsoft.com/en-us/library/cc904930(v=vs.85).aspx
13/1438042989891.18_20150728002309-00023-ip-10-236-191-2_873667774_0.json
f3bb89d4_Parts_of_a_Data_Warehouse__Description
[Topic] Data Marts [Description]
Describes data marts, which contain portions of data warehouse data for specialized purposes.
[]
Parts of a Data Warehouse
Description
https://msdn.microsoft.com/en-us/library/aa906005(v=sql.80).aspx
13/1438042989891.18_20150728002309-00112-ip-10-236-191-2_885009484_0.json
f3bb89d4_Parts_of_a_Data_Warehouse__Description
[Topic] Relational Databases [Description]
Describes the roles and uses of relational databases in data warehouses.
[]
Parts of a Data Warehouse
Description
https://msdn.microsoft.com/en-us/library/aa906005(v=sql.80).aspx
13/1438042989891.18_20150728002309-00112-ip-10-236-191-2_885009484_0.json
f3bb89d4_Parts_of_a_Data_Warehouse__Description
[Topic] Data Sources [Description]
Describes various sources of organizational data typically used in data warehouses.
[]
Parts of a Data Warehouse
Description
https://msdn.microsoft.com/en-us/library/aa906005(v=sql.80).aspx
13/1438042989891.18_20150728002309-00112-ip-10-236-191-2_885009484_0.json
f3bb89d4_Parts_of_a_Data_Warehouse__Description
[Topic] Data Preparation Area [Description]
Describes the area where data extracted from data sources is prepared for use in a data warehouse.
[]
Parts of a Data Warehouse
Description
https://msdn.microsoft.com/en-us/library/aa906005(v=sql.80).aspx
13/1438042989891.18_20150728002309-00112-ip-10-236-191-2_885009484_0.json
f3bb89d4_Parts_of_a_Data_Warehouse__Description
[Topic] Presentation Services [Description]
Describes the services that organize and analyze data warehouse information and make it available to client applications.
[]
Parts of a Data Warehouse
Description
https://msdn.microsoft.com/en-us/library/aa906005(v=sql.80).aspx
13/1438042989891.18_20150728002309-00112-ip-10-236-191-2_885009484_0.json
f3bb89d4_Parts_of_a_Data_Warehouse__Description
[Topic] End-User Analysis [Description]
Describes the use of client applications to access and analyze information in a data warehouse.
[]
Parts of a Data Warehouse
Description
https://msdn.microsoft.com/en-us/library/aa906005(v=sql.80).aspx
13/1438042989891.18_20150728002309-00112-ip-10-236-191-2_885009484_0.json
e7f1d811_DataRow_Class__System_Data___Description
[Name] HasErrors [Description]
Gets a value that indicates whether there are errors in a row.
[]
DataRow Class (System.Data)
Description
https://msdn.microsoft.com/en-US/library/system.data.datarow(v=vs.110).aspx
13/1438042989891.18_20150728002309-00198-ip-10-236-191-2_882240006_1.json
e7f1d811_DataRow_Class__System_Data___Description
[Name] Item[DataColumn] [Description]
Gets or sets the data stored in the specified DataColumn.
[]
DataRow Class (System.Data)
Description
https://msdn.microsoft.com/en-US/library/system.data.datarow(v=vs.110).aspx
13/1438042989891.18_20150728002309-00198-ip-10-236-191-2_882240006_1.json
e7f1d811_DataRow_Class__System_Data___Description
[Name] Item[Int32] [Description]
Gets or sets the data stored in the column specified by index.
[]
DataRow Class (System.Data)
Description
https://msdn.microsoft.com/en-US/library/system.data.datarow(v=vs.110).aspx
13/1438042989891.18_20150728002309-00198-ip-10-236-191-2_882240006_1.json
e7f1d811_DataRow_Class__System_Data___Description
[Name] Item[String] [Description]
Gets or sets the data stored in the column specified by name.
[]
DataRow Class (System.Data)
Description
https://msdn.microsoft.com/en-US/library/system.data.datarow(v=vs.110).aspx
13/1438042989891.18_20150728002309-00198-ip-10-236-191-2_882240006_1.json
e7f1d811_DataRow_Class__System_Data___Description
[Name] Item[DataColumn, DataRowVersion] [Description]
Gets the specified version of data stored in the specified DataColumn.
[]
DataRow Class (System.Data)
Description
https://msdn.microsoft.com/en-US/library/system.data.datarow(v=vs.110).aspx
13/1438042989891.18_20150728002309-00198-ip-10-236-191-2_882240006_1.json
e7f1d811_DataRow_Class__System_Data___Description
[Name] Item[Int32, DataRowVersion] [Description]
Gets the data stored in the column, specified by index and version of the data to retrieve.
[]
DataRow Class (System.Data)
Description
https://msdn.microsoft.com/en-US/library/system.data.datarow(v=vs.110).aspx
13/1438042989891.18_20150728002309-00198-ip-10-236-191-2_882240006_1.json
e7f1d811_DataRow_Class__System_Data___Description
[Name] Item[String, DataRowVersion] [Description]
Gets the specified version of data stored in the named column.
[]
DataRow Class (System.Data)
Description
https://msdn.microsoft.com/en-US/library/system.data.datarow(v=vs.110).aspx
13/1438042989891.18_20150728002309-00198-ip-10-236-191-2_882240006_1.json
e7f1d811_DataRow_Class__System_Data___Description
[Name] ItemArray [Description]
Gets or sets all the values for this row through an array.
[]
DataRow Class (System.Data)
Description
https://msdn.microsoft.com/en-US/library/system.data.datarow(v=vs.110).aspx
13/1438042989891.18_20150728002309-00198-ip-10-236-191-2_882240006_1.json
e7f1d811_DataRow_Class__System_Data___Description
[Name] RowError [Description]
Gets or sets the custom error description for a row.
[]
DataRow Class (System.Data)
Description
https://msdn.microsoft.com/en-US/library/system.data.datarow(v=vs.110).aspx
13/1438042989891.18_20150728002309-00198-ip-10-236-191-2_882240006_1.json
e7f1d811_DataRow_Class__System_Data___Description
[Name] RowState [Description]
Gets the current state of the row with regard to its relationship to the DataRowCollection.
[]
DataRow Class (System.Data)
Description
https://msdn.microsoft.com/en-US/library/system.data.datarow(v=vs.110).aspx
13/1438042989891.18_20150728002309-00198-ip-10-236-191-2_882240006_1.json
e7f1d811_DataRow_Class__System_Data___Description
[Name] Table [Description]
Gets the DataTable for which this row has a schema.
[]
DataRow Class (System.Data)
Description
https://msdn.microsoft.com/en-US/library/system.data.datarow(v=vs.110).aspx
13/1438042989891.18_20150728002309-00198-ip-10-236-191-2_882240006_1.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] 01000 [Error] General warning [Description]
Driver-specific informational message. (Function returns SQL_SUCCESS_WITH_INFO.)
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] 08S01 [Error] Communication link failure [Description]
The communication link between the driver and the data source to which the driver was connected failed before the function completed processing.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] 24000 [Error] Invalid cursor state [Description]
A cursor was open on the StatementHandle, and SQLFetch or SQLFetchScroll had been called. This error is returned by the Driver Manager if SQLFetch or SQLFetchScroll has not returned SQL_NO_DATA and is returned by the driver if SQLFetch or SQLFetchScroll has returned SQL_NO_DATA. A cursor was open on the StatementHandle, but SQLFetch or SQLFetchScroll had not been called.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] 40001 [Error] Serialization failure [Description]
The transaction was rolled back due to a resource deadlock with another transaction.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] 40003 [Error] Statement completion unknown [Description]
The associated connection failed during the execution of this function, and the state of the transaction cannot be determined.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] HY000 [Error] General error [Description]
An error occurred for which there was no specific SQLSTATE and for which no implementation-specific SQLSTATE was defined. The error message returned by SQLGetDiagRec in the *MessageText buffer describes the error and its cause.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] HY001 [Error] Memory allocation error [Description]
The driver was unable to allocate memory required to support execution or completion of the function.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] HY008 [Error] Operation canceled [Description]
Asynchronous processing was enabled for the StatementHandle. The function was called, and before it completed execution, SQLCancel or SQLCancelHandle was called on the StatementHandle. Then the function was called again on the StatementHandle. The function was called, and before it completed execution, SQLCancel or SQLCancelHandle was called on the StatementHandle from a different thread in a multithread application.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] HY009 [Error] Invalid use of null pointer [Description]
The TableName argument was a null pointer. The SQL_ATTR_METADATA_ID statement attribute was set to SQL_TRUE, the CatalogName argument was a null pointer, and the SQL_CATALOG_NAME InfoType returns that catalog names are supported. (DM) The SQL_ATTR_METADATA_ID statement attribute was set to SQL_TRUE, and the SchemaName argument was a null pointer.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] HY010 [Error] Function sequence error [Description]
(DM) An asynchronously executing function was called for the connection handle that is associated with the StatementHandle. This function was still executing when SQLSpecialColumns was called. (DM) SQLExecute, SQLExecDirect, or SQLMoreResults was called for the StatementHandle and returned SQL_PARAM_DATA_AVAILABLE. This function was called before data was retrieved for all streamed parameters. (DM) An asynchronously executing function (not this one) was called for the StatementHandle and was still executing when this function was called. (DM) SQLExecute, SQLExecDirect, SQLBulkOperations, or SQLSetPos was called for the StatementHandle and returned SQL_NEED_DATA. This function was called before data was sent for all data-at-execution parameters or columns.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] HY013 [Error] Memory management error [Description]
The function call could not be processed because the underlying memory objects could not be accessed, possibly because of low memory conditions.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] HY090 [Error] Invalid string or buffer length [Description]
(DM) The value of one of the length arguments was less than 0 but not equal to SQL_NTS. The value of one of the length arguments exceeded the maximum length value for the corresponding name. The maximum length of each name can be obtained by calling SQLGetInfo with the InfoType values: SQL_MAX_CATALOG_NAME_LEN, SQL_MAX_SCHEMA_NAME_LEN, or SQL_MAX_TABLE_NAME_LEN.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] HY097 [Error] Column type out of range [Description]
(DM) An invalid IdentifierType value was specified.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] HY098 [Error] Scope type out of range [Description]
(DM) An invalid Scope value was specified.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] HY099 [Error] Nullable type out of range [Description]
(DM) An invalid Nullable value was specified.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] HY117 [Error] Connection is suspended due to unknown transaction state. Only disconnect and read-only functions are allowed. [Description]
(DM) For more information about suspended state, see SQLEndTran Function.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] HYC00 [Error] Optional feature not implemented [Description]
A catalog was specified, and the driver or data source does not support catalogs. A schema was specified, and the driver or data source does not support schemas. The combination of the current settings of the SQL_ATTR_CONCURRENCY and SQL_ATTR_CURSOR_TYPE statement attributes was not supported by the driver or data source. The SQL_ATTR_USE_BOOKMARKS statement attribute was set to SQL_UB_VARIABLE, and the SQL_ATTR_CURSOR_TYPE statement attribute was set to a cursor type for which the driver does not support bookmarks.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] HYT00 [Error] Timeout expired [Description]
The query timeout period expired before the data source returned the requested result set. The timeout period is set through SQLSetStmtAttr, SQL_ATTR_QUERY_TIMEOUT.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] HYT01 [Error] Connection timeout expired [Description]
The connection timeout period expired before the data source responded to the request. The connection timeout period is set through SQLSetConnectAttr, SQL_ATTR_CONNECTION_TIMEOUT.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] IM001 [Error] Driver does not support this function [Description]
(DM) The driver associated with the StatementHandle does not support the function.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] IM017 [Error] Polling is disabled in asynchronous notification mode [Description]
Whenever the notification model is used, polling is disabled.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
3f9adc90_SQLSpecialColumns_Function__Description
[SQLSTATE] IM018 [Error] SQLCompleteAsync has not been called to complete the previous asynchronous operation on this handle. [Description]
If the previous function call on the handle returns SQL_STILL_EXECUTING and if notification mode is enabled, SQLCompleteAsync must be called on the handle to do post-processing and complete the operation.
[]
SQLSpecialColumns Function
Description
https://msdn.microsoft.com/en-us/library/ms714602.aspx
13/1438042992543.60_20150728002312-00300-ip-10-236-191-2_874596662_0.json
ff0748ce_tem_Runtime_Remoting_Metadata___Description
[Member name] AlwaysIncludeTypes [Description]
Indicates that type will always be included on SOAP elements. This option is useful when performing SOAP interop with SOAP implementations that require types on all elements.
[]
SoapOption Enumeration (System.Runtime.Remoting.Metadata)
Description
https://msdn.microsoft.com/en-US/library/system.runtime.remoting.metadata.soapoption(v=vs.80).aspx
13/1438042992543.60_20150728002312-00116-ip-10-236-191-2_884739912_0.json
ff0748ce_tem_Runtime_Remoting_Metadata___Description
[Member name] EmbedAll [Description]
Indicates that SOAP will be generated without references. This option is currently not implemented.
[]
SoapOption Enumeration (System.Runtime.Remoting.Metadata)
Description
https://msdn.microsoft.com/en-US/library/system.runtime.remoting.metadata.soapoption(v=vs.80).aspx
13/1438042992543.60_20150728002312-00116-ip-10-236-191-2_884739912_0.json
ff0748ce_tem_Runtime_Remoting_Metadata___Description
[Member name] None [Description]
The default option indicating that no extra options are selected.
[]
SoapOption Enumeration (System.Runtime.Remoting.Metadata)
Description
https://msdn.microsoft.com/en-US/library/system.runtime.remoting.metadata.soapoption(v=vs.80).aspx
13/1438042992543.60_20150728002312-00116-ip-10-236-191-2_884739912_0.json
ff0748ce_tem_Runtime_Remoting_Metadata___Description
[Member name] Option1 [Description]
Public reserved option for temporary interop conditions; the use will change.
[]
SoapOption Enumeration (System.Runtime.Remoting.Metadata)
Description
https://msdn.microsoft.com/en-US/library/system.runtime.remoting.metadata.soapoption(v=vs.80).aspx
13/1438042992543.60_20150728002312-00116-ip-10-236-191-2_884739912_0.json
ff0748ce_tem_Runtime_Remoting_Metadata___Description
[Member name] Option2 [Description]
Public reserved option for temporary interop conditions; the use will change.
[]
SoapOption Enumeration (System.Runtime.Remoting.Metadata)
Description
https://msdn.microsoft.com/en-US/library/system.runtime.remoting.metadata.soapoption(v=vs.80).aspx
13/1438042992543.60_20150728002312-00116-ip-10-236-191-2_884739912_0.json
ff0748ce_tem_Runtime_Remoting_Metadata___Description
[Member name] XsdString [Description]
Indicates that the output SOAP string type in a SOAP Envelope is using the XSD prefix, and that the resulting XML does not have an ID attribute for the string. For example, while a class by default might be remoted in the SOAP format as Copy 10 hello Hello World hello < world < < world remoting serialization with the XsdString option would produce the following XML. Copy 10 hello hello Hello World hello < world < < world hello < world For more information about SOAP envelopes, see www.w3.org/tr/soap/#_Toc478383494.
[]
SoapOption Enumeration (System.Runtime.Remoting.Metadata)
Description
https://msdn.microsoft.com/en-US/library/system.runtime.remoting.metadata.soapoption(v=vs.80).aspx
13/1438042992543.60_20150728002312-00116-ip-10-236-191-2_884739912_0.json
cad1acff_gle_Structure__System_Drawing___Name
[Description] Gets the y-coordinate that is the sum of the Y and Height property values of this Rectangle structure. [Name]
Bottom
[]
Rectangle Structure (System.Drawing)
Name
https://msdn.microsoft.com/en-us/library/system.drawing.rectangle.aspx
13/1438042992543.60_20150728002312-00021-ip-10-236-191-2_883026471_1.json
cad1acff_gle_Structure__System_Drawing___Name
[Description] Gets or sets the height of this Rectangle structure. [Name]
Height
[]
Rectangle Structure (System.Drawing)
Name
https://msdn.microsoft.com/en-us/library/system.drawing.rectangle.aspx
13/1438042992543.60_20150728002312-00021-ip-10-236-191-2_883026471_1.json
cad1acff_gle_Structure__System_Drawing___Name
[Description] Tests whether all numeric properties of this Rectangle have values of zero. [Name]
IsEmpty
[]
Rectangle Structure (System.Drawing)
Name
https://msdn.microsoft.com/en-us/library/system.drawing.rectangle.aspx
13/1438042992543.60_20150728002312-00021-ip-10-236-191-2_883026471_1.json
cad1acff_gle_Structure__System_Drawing___Name
[Description] Gets the x-coordinate of the left edge of this Rectangle structure. [Name]
Left
[]
Rectangle Structure (System.Drawing)
Name
https://msdn.microsoft.com/en-us/library/system.drawing.rectangle.aspx
13/1438042992543.60_20150728002312-00021-ip-10-236-191-2_883026471_1.json
cad1acff_gle_Structure__System_Drawing___Name
[Description] Gets or sets the coordinates of the upper-left corner of this Rectangle structure. [Name]
Location
[]
Rectangle Structure (System.Drawing)
Name
https://msdn.microsoft.com/en-us/library/system.drawing.rectangle.aspx
13/1438042992543.60_20150728002312-00021-ip-10-236-191-2_883026471_1.json
cad1acff_gle_Structure__System_Drawing___Name
[Description] Gets the x-coordinate that is the sum of X and Width property values of this Rectangle structure. [Name]
Right
[]
Rectangle Structure (System.Drawing)
Name
https://msdn.microsoft.com/en-us/library/system.drawing.rectangle.aspx
13/1438042992543.60_20150728002312-00021-ip-10-236-191-2_883026471_1.json
cad1acff_gle_Structure__System_Drawing___Name
[Description] Gets or sets the size of this Rectangle. [Name]
Size
[]
Rectangle Structure (System.Drawing)
Name
https://msdn.microsoft.com/en-us/library/system.drawing.rectangle.aspx
13/1438042992543.60_20150728002312-00021-ip-10-236-191-2_883026471_1.json
cad1acff_gle_Structure__System_Drawing___Name
[Description] Gets the y-coordinate of the top edge of this Rectangle structure. [Name]
Top
[]
Rectangle Structure (System.Drawing)
Name
https://msdn.microsoft.com/en-us/library/system.drawing.rectangle.aspx
13/1438042992543.60_20150728002312-00021-ip-10-236-191-2_883026471_1.json
cad1acff_gle_Structure__System_Drawing___Name
[Description] Gets or sets the width of this Rectangle structure. [Name]
Width
[]
Rectangle Structure (System.Drawing)
Name
https://msdn.microsoft.com/en-us/library/system.drawing.rectangle.aspx
13/1438042992543.60_20150728002312-00021-ip-10-236-191-2_883026471_1.json
cad1acff_gle_Structure__System_Drawing___Name
[Description] Gets or sets the x-coordinate of the upper-left corner of this Rectangle structure. [Name]
X
[]
Rectangle Structure (System.Drawing)
Name
https://msdn.microsoft.com/en-us/library/system.drawing.rectangle.aspx
13/1438042992543.60_20150728002312-00021-ip-10-236-191-2_883026471_1.json
cad1acff_gle_Structure__System_Drawing___Name
[Description] Gets or sets the y-coordinate of the upper-left corner of this Rectangle structure. [Name]
Y
[]
Rectangle Structure (System.Drawing)
Name
https://msdn.microsoft.com/en-us/library/system.drawing.rectangle.aspx
13/1438042992543.60_20150728002312-00021-ip-10-236-191-2_883026471_1.json