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
|
---|---|---|---|---|---|---|---|
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional ITaskItem[] parameter. Specifies a list of fully qualified assemblies for which to find dependencies. Items passed to this parameter may optionally have the following item metadata: Private: an optional Boolean value. If true, the item is copied locally. FusionName: optional String metadata. Specifies the simple or strong name for this item. If this attribute is present, it can save time because the assembly file does not have to be opened to get the name. [Parameter] | AssemblyFiles | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional Boolean parameter. If true, the resulting dependency graph is automatically treated as if there were an App.Config file passed in to the AppConfigFile parameter. This virtual App.Config file has a bindingRedirect entry for each conflicting set of assemblies so that the highest version assembly is chosen. A result of this is that there will never be a warning about conflicting assemblies because every conflict will have been resolved. Each distinct remapping will cause a high priority comment that indicates the old and new versions and the fact that this was done automatically because AutoUnify was true. If false, no assembly version remapping will occur automatically. When two versions of an assembly are present, there will be a warning. Each distinct conflict between different versions of the same assembly will cause a high priority comment. After all these comments are displayed, there will be a single warning with a unique error code and text that reads "Found conflicts between different versions of reference and dependent assemblies". The default value is false. [Parameter] | AutoUnify | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional String[] parameter. Specifies a list of assemblies to use for the search and resolution process. Values passed to this parameter must be absolute file names or project-relative file names. Assemblies in this list will be considered when the SearchPaths parameter contains {CandidateAssemblyFiles} as one of the paths to consider. [Parameter] | CandidateAssemblyFiles | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional [Boolean] parameter. If true, to determine if a dependency should be copied locally, one of the checks done is to see if the parent reference in the project file has the Private metadata set. If set, then the Private value is used as a dependency. If the metadata is not set, then the dependency goes through the same checks as the parent reference. One of these checks is to see if the reference is in the GAC. If a reference is in the GAC, then it is not copied locally, because it is assumed to be in the GAC on the target machine. This only applies to a specific reference and not its dependencies. For example, a reference in the project file that is in the GAC is not copied locally, but its dependencies are copied locally because they are not in the GAC. If false, project file references are checked to see if they are in the GAC, and are copied locally as appropriate. Dependencies are checked to see if they are in the GAC and are also checked to see if the parent reference from the project file is in the GAC. If the parent reference from the project file is in the GAC, the dependency is not copied locally. Whether this parameter is true or false, if there are multiple parent references and any of them are not in the GAC, then all of them are copied locally. [Parameter] | CopyLocalDependenciesWhenParentReferenceInGac | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional ITaskItem[] read-only output parameter. Returns every file in the ResolvedFiles, ResolvedDependencyFiles, RelatedFiles, SatelliteFiles, and ScatterFiles parameters that has CopyLocal item metadata with a value of true. [Parameter] | CopyLocalFiles | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional ITaskItem[] output parameter. Contains the items written to disk. [Parameter] | FilesWritten | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional Boolean parameter. If true, dependencies will be found. Otherwise, only primary references are found. The default value is true. [Parameter] | FindDependencies | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional Boolean parameter. If true, related files such as .pdb files and .xml files will be found. The default value is true. [Parameter] | FindRelatedFiles | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional Boolean parameter. If true, satellite assemblies will be found. The default value is true. [Parameter] | FindSatellites | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional Boolean parameter. If true, then the task searches for serialization assemblies. The default value is true. [Parameter] | FindSerializationAssemblies | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional ITaskItem[] parameter. Specifies items that have "FrameworkDirectory" metadata to associate a redist list with a particular framework directory. If the association is not made, an error will be logged. The resolve assembly reference (RAR) logic uses the target framework directory if a FrameworkDirectory is not set.. [Parameter] | FullFrameworkAssemblyTables | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional [String][] parameter. Specifies the set of folders which contain a RedistList directory. This directory represents the full framework for a given client profile, for example, %programfiles%\reference assemblies\microsoft\framework\v4.0. [Parameter] | FullFrameworkFolders | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional String[] parameter. Contains a list of target framework subset names. If a subset name in the list matches one in the TargetFrameworkSubset name property, then the system excludes that particular target framework subset at build time. [Parameter] | FullTargetFrameworkSubsetNames | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional Boolean parameter. If true, then the task searches for and uses additional installed assembly tables (or, "Redist Lists") that are found in the \RedistList directory under TargetFrameworkDirectories. The default value is false. [Parameter] | IgnoreDefaultInstalledAssemblyTables | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional Boolean parameter. If true, then the task searches for and uses additional installed assembly subset tables (or, "Subset Lists") that are found in the \SubsetList directory under TargetFrameworkDirectories. The default value is false. [Parameter] | IgnoreDefaultInstalledAssemblySubsetTables | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional ITaskItem[] parameter. Contains a list of XML files that specify the assemblies that are expected to be in the target subset. As an option, items in this list can specify the "FrameworkDirectory" metadata to associate an InstalledAssemblySubsetTable with a particular framework directory. If there is only one TargetFrameworkDirectories element, then any items in this list that lack the "FrameworkDirectory" metadata are treated as though they are set to the unique value that is passed to TargetFrameworkDirectories. [Parameter] | InstalledAssemblySubsetTables | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional String parameter. Contains a list of XML files that specify the assemblies that are expected to be installed on the target computer. When InstalledAssemblyTables is set, earlier versions of the assemblies in the list are merged into the newer versions that are listed in the XML. Also, assemblies that have a setting of InGAC='true' are considered prerequisites and are set to CopyLocal='false' unless explicitly overridden. As an option, items in this list can specify "FrameworkDirectory" metadata to associate an InstalledAssemblyTable with a particular framework directory. However, this setting is ignored unless the Redist name begins with "Microsoft-Windows-CLRCoreComp". If there is only one TargetFrameworkDirectories element, then any items in this list that lack the "FrameworkDirectory" metadata are treated as if they are set to the unique value that is passed to TargetFrameworkDirectories. [Parameter] | InstalledAssemblyTables | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional String[] parameter. Specifies a list of directories which contain the redist lists for the most current framework which can be targeted on the machine. If this is not set then the highest framework installed on the machine for a given target framework identifier is used. [Parameter] | LatestTargetFrameworkDirectories | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional [String] parameter. Specifies the name of the framework profile to be targeted. For example, Client, Web, or Network. [Parameter] | ProfileName | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional ITaskItem[] read-only output parameter. Contains related files, such as XML and .pdb files that have the same base name as a reference. The files listed in this parameter may optionally contain the following item metadata: Primary: Boolean value. If true, then the file item was passed into the array by using the Assemblies parameter. Default value is false. CopyLocal: Boolean value. Indicates whether the given reference should be copied to the output directory. [Parameter] | RelatedFiles | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional ITaskItem[] read-only output parameter. Contains the nth order paths to dependencies. This parameter does not include first order primary references, which are contained in the ResolvedFiles parameter. The items in this parameter optionally contain the following item metadata: CopyLocal: Boolean value. Indicates whether the given reference should be copied to the output directory. FusionName: String value. Specifies the name for this dependency. ResolvedFrom: String value. Specifies the literal search path that this file was resolved from. [Parameter] | ResolvedDependencyFiles | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional ITaskItem[] read-only output parameter. Contains a list of all primary references resolved to full paths. The items in this parameter optionally contain the following item metadata: CopyLocal: Boolean value. Indicates whether the given reference should be copied to the output directory. FusionName: String value. Specifies the name for this dependency. ResolvedFrom: String value. Specifies the literal search path that this file was resolved from. [Parameter] | ResolvedFiles | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional ITaskItem[] read-only output parameter. Specifies any satellite files found. These will be CopyLocal=true if the reference or dependency that caused this item to exist is CopyLocal=true. The items in this parameter optionally contain the following item metadata: CopyLocal: Boolean value. Indicates whether the given reference should be copied to the output directory. This value is true if the reference or dependency that caused this item to exist has a CopyLocal value of true. DestinationSubDirectory: String value. Specifies the relative destination directory to copy this item to. [Parameter] | SatelliteFiles | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional ITaskItem[] read-only output parameter. Contains the scatter files associated with one of the given assemblies. The items in this parameter optionally contain the following item metadata: CopyLocal: Boolean value. Indicates whether the given reference should be copied to the output directory. [Parameter] | ScatterFiles | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Required String[] parameter. Specifies the directories or special locations that are searched to find the files on disk that represent the assemblies. The order in which the search paths are listed is important. For each assembly, the list of paths is searched from left to right. When a file that represents the assembly is found, that search stops and the search for the next assembly starts. This parameter accepts the following types of values: A directory path. {HintPathFromItem}: Specifies that the task will examine the HintPath metadata of the base item. {CandidateAssemblyFiles}: Specifies that the task will examine the files passed in through the CandidateAssemblyFiles parameter. {Registry:_AssemblyFoldersBase_, _RuntimeVersion_, _AssemblyFoldersSuffix_}: {AssemblyFolders}: Specifies the task will use the Visual Studio.NET 2003 finding-assemblies-from-registry scheme. {GAC}: Specifies the task will search in the GAC. {RawFileName}: Specifies the task will consider the Include value of the item to be an exact path and file name. [Parameter] | SearchPaths | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional ITaskItem[] read-only output parameter. Contains any XML serialization assemblies found. These items are marked CopyLocal=true if and only if the reference or dependency that caused this item to exist is CopyLocal=true. The Boolean metadata CopyLocal indicates whether the given reference should be copied to the output directory. [Parameter] | SerializationAssemblyFiles | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional Boolean parameter. If true, no messages are logged. The default value is false. [Parameter] | Silent | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional String parameter. Specifies a file name that indicates where to save the intermediate build state for this task. [Parameter] | StateFile | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional ITaskItem[] read-only output parameter. Contains one item for every distinct conflicting assembly identity, regardless of the value of the AutoUnify parameter. This includes every culture and PKT that was found that did not have a suitable bindingRedirect entry in the application configuration file. Each item optionally contains the following information: Include attribute: Contains the full name of the assembly family with a Version field value of 0.0.0.0 MaxVersion item metadata: Contains the maximum version number. [Parameter] | SuggestedRedirects | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional String parameter. Specifies the runtime version to target, for example, 2.0.57027 or v2.0.57027. [Parameter] | TargetedRuntimeVersion | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional String[] parameter. Specifies the path of the target framework directory. This parameter is required to determine the CopyLocal status for resulting items. If this parameter is not specified, no resulting items will be have a CopyLocal value of true unless they explicitly have a Private metadata value of true on their source item. [Parameter] | TargetFrameworkDirectories | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional String parameter. The TargetFrameworkMoniker to monitor, if any. This is used for logging. [Parameter] | TargetFrameworkMoniker | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional String parameter. The display name of the TargetFrameworkMoniker to monitor, if any. This is used for logging. [Parameter] | TargetFrameworkMonikerDisplayName | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional String[] parameter. Contains a list of target framework subset names to be searched for in the target framework directories. [Parameter] | TargetFrameworkSubsets | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional String parameter. The project target framework version. The default value is empty, which means there is no filtering for the references based on target framework. [Parameter] | TargetFrameworkVersion | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
f3a77e1e_ResolveAssemblyReference_Task__Parameter | [Description] Optional String parameter. The preferred target processor architecture. Used for resolving Global Assembly Cache (GAC) references. This parameter can have a value of x86, IA64 or AMD64. If this parameter is absent, the task first considers assemblies that match the architecture of the currently running process. If no assembly is found, the task considers assemblies in the GAC that have ProcessorArchitecture value of MSIL or no ProcessorArchitecture value. [Parameter] | TargetProcessorArchitecture | [] | ResolveAssemblyReference Task | Parameter | https://msdn.microsoft.com/en-us/library/9ad3f294.aspx | 7/1438043060830.93_20150728002420-00124-ip-10-236-191-2_879647254_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] CaseSensitive [Description] | Indicates whether string comparisons within the table are case-sensitive. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] ChildRelations [Description] | Gets the collection of child relations for this DataTable. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] Columns [Description] | Gets the collection of columns that belong to this table. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] Constraints [Description] | Gets the collection of constraints maintained by this table. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] Container [Description] | Gets the container for the component. (Inherited from MarshalByValueComponent.) | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] DataSet [Description] | Gets the DataSet to which this table belongs. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] DefaultView [Description] | Gets a customized view of the table that may include a filtered view, or a cursor position. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] DesignMode [Description] | Gets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.) | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] DisplayExpression [Description] | Gets or sets the expression that returns a value used to represent this table in the user interface. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] ExtendedProperties [Description] | Gets the collection of customized user information. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] HasErrors [Description] | Gets a value indicating whether there are errors in any of the rows in any of the tables of the DataSet to which the table belongs. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] IsInitialized [Description] | Gets a value that indicates whether the DataTable is initialized. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] Locale [Description] | Gets or sets the locale information used to compare strings within the table. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] MinimumCapacity [Description] | Gets or sets the initial starting size for this table. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] Namespace [Description] | Gets or sets the namespace for the XML representation of the data stored in the DataTable. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] ParentRelations [Description] | Gets the collection of parent relations for this DataTable. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] Prefix [Description] | Gets or sets the namespace for the XML representation of the data stored in the DataTable. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] PrimaryKey [Description] | Gets or sets an array of columns that function as primary keys for the data table. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] RemotingFormat [Description] | Gets or sets the serialization format. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] Rows [Description] | Gets the collection of rows that belong to this table. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] Site [Description] | Gets or sets an System.ComponentModel.ISite for the DataTable. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
bdaec872_Table_Properties__System_Data___Description | [Name] TableName [Description] | Gets or sets the name of the DataTable. | [] | DataTable Properties (System.Data) | Description | https://msdn.microsoft.com/en-US/library/system.data.datatable_properties(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00265-ip-10-236-191-2_881977483_0.json |
9f3a1efe_n_subscriptions__Transact_SQL___Description | [Column name] publisher [Data type] sysname [Description] | The name of the Publisher. | [] | MSreplication_subscriptions (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ms190485(v=sql.110).aspx | 7/1438043060830.93_20150728002420-00263-ip-10-236-191-2_891028026_0.json |
9f3a1efe_n_subscriptions__Transact_SQL___Description | [Column name] publisher_db [Data type] sysname [Description] | The name of the Publisher database. | [] | MSreplication_subscriptions (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ms190485(v=sql.110).aspx | 7/1438043060830.93_20150728002420-00263-ip-10-236-191-2_891028026_0.json |
9f3a1efe_n_subscriptions__Transact_SQL___Description | [Column name] publication [Data type] sysname [Description] | The name of the publication. | [] | MSreplication_subscriptions (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ms190485(v=sql.110).aspx | 7/1438043060830.93_20150728002420-00263-ip-10-236-191-2_891028026_0.json |
9f3a1efe_n_subscriptions__Transact_SQL___Description | [Column name] independent_agent [Data type] bit [Description] | Indicates whether there is a stand-alone Distribution Agent for this publication. | [] | MSreplication_subscriptions (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ms190485(v=sql.110).aspx | 7/1438043060830.93_20150728002420-00263-ip-10-236-191-2_891028026_0.json |
9f3a1efe_n_subscriptions__Transact_SQL___Description | [Column name] subscription_type [Data type] int [Description] | The type of subscription: 0 = Push. 1 = Pull. 2 = Anonymous. | [] | MSreplication_subscriptions (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ms190485(v=sql.110).aspx | 7/1438043060830.93_20150728002420-00263-ip-10-236-191-2_891028026_0.json |
9f3a1efe_n_subscriptions__Transact_SQL___Description | [Column name] distribution_agent [Data type] sysname [Description] | The name of the Distribution Agent. | [] | MSreplication_subscriptions (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ms190485(v=sql.110).aspx | 7/1438043060830.93_20150728002420-00263-ip-10-236-191-2_891028026_0.json |
9f3a1efe_n_subscriptions__Transact_SQL___Description | [Column name] Time [Data type] smalldatetime [Description] | The time of the last update by Distribution Agent. | [] | MSreplication_subscriptions (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ms190485(v=sql.110).aspx | 7/1438043060830.93_20150728002420-00263-ip-10-236-191-2_891028026_0.json |
9f3a1efe_n_subscriptions__Transact_SQL___Description | [Column name] description [Data type] nvarchar(255) [Description] | The description of the subscription. | [] | MSreplication_subscriptions (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ms190485(v=sql.110).aspx | 7/1438043060830.93_20150728002420-00263-ip-10-236-191-2_891028026_0.json |
9f3a1efe_n_subscriptions__Transact_SQL___Description | [Column name] transaction_timestamp [Data type] varbinary(16) [Description] | Internal-use only. | [] | MSreplication_subscriptions (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ms190485(v=sql.110).aspx | 7/1438043060830.93_20150728002420-00263-ip-10-236-191-2_891028026_0.json |
9f3a1efe_n_subscriptions__Transact_SQL___Description | [Column name] update_mode [Data type] tinyint [Description] | The type of update. | [] | MSreplication_subscriptions (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ms190485(v=sql.110).aspx | 7/1438043060830.93_20150728002420-00263-ip-10-236-191-2_891028026_0.json |
9f3a1efe_n_subscriptions__Transact_SQL___Description | [Column name] agent_id [Data type] binary(16) [Description] | The ID of the agent. | [] | MSreplication_subscriptions (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ms190485(v=sql.110).aspx | 7/1438043060830.93_20150728002420-00263-ip-10-236-191-2_891028026_0.json |
9f3a1efe_n_subscriptions__Transact_SQL___Description | [Column name] subscription_guid [Data type] binary(16) [Description] | The global identifier for the version of the subscription on the publication. | [] | MSreplication_subscriptions (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ms190485(v=sql.110).aspx | 7/1438043060830.93_20150728002420-00263-ip-10-236-191-2_891028026_0.json |
9f3a1efe_n_subscriptions__Transact_SQL___Description | [Column name] subid [Data type] binary(16) [Description] | The global identifier for an anonymous subscription. | [] | MSreplication_subscriptions (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ms190485(v=sql.110).aspx | 7/1438043060830.93_20150728002420-00263-ip-10-236-191-2_891028026_0.json |
9f3a1efe_n_subscriptions__Transact_SQL___Description | [Column name] immediate_sync [Data type] bit [Description] | Indicates whether synchronization files are created or re-created each time the Snapshot Agent runs. | [] | MSreplication_subscriptions (Transact-SQL) | Description | https://msdn.microsoft.com/en-us/library/ms190485(v=sql.110).aspx | 7/1438043060830.93_20150728002420-00263-ip-10-236-191-2_891028026_0.json |
5057b2f1_soft_Build_Framework_Namespace__Description | [Interface] IBuildEngine [Description] | Provides a way for task authors to use a subset of the functionality of the MSBuild engine. | [] | Microsoft.Build.Framework Namespace | Description | https://msdn.microsoft.com/en-us/library/Microsoft.Build.Framework(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00021-ip-10-236-191-2_889339416_1.json |
5057b2f1_soft_Build_Framework_Namespace__Description | [Interface] IEventSource [Description] | Defines the events raised by the build engine. Loggers receive an object implementing this interface in their Initialize method and use it to subscribe to the events they are interested in receiving. | [] | Microsoft.Build.Framework Namespace | Description | https://msdn.microsoft.com/en-us/library/Microsoft.Build.Framework(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00021-ip-10-236-191-2_889339416_1.json |
5057b2f1_soft_Build_Framework_Namespace__Description | [Interface] ILogger [Description] | Defines an MSBuild logger, which subscribes to build system events. | [] | Microsoft.Build.Framework Namespace | Description | https://msdn.microsoft.com/en-us/library/Microsoft.Build.Framework(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00021-ip-10-236-191-2_889339416_1.json |
5057b2f1_soft_Build_Framework_Namespace__Description | [Interface] ITask [Description] | Defines a task, which is a unit of executable code used by MSBuild to perform build operations. | [] | Microsoft.Build.Framework Namespace | Description | https://msdn.microsoft.com/en-us/library/Microsoft.Build.Framework(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00021-ip-10-236-191-2_889339416_1.json |
5057b2f1_soft_Build_Framework_Namespace__Description | [Interface] ITaskHost [Description] | Passes host objects from an integrated development environment (IDE) to individual tasks. | [] | Microsoft.Build.Framework Namespace | Description | https://msdn.microsoft.com/en-us/library/Microsoft.Build.Framework(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00021-ip-10-236-191-2_889339416_1.json |
5057b2f1_soft_Build_Framework_Namespace__Description | [Interface] ITaskItem [Description] | Defines an MSBuild item that can be consumed and emitted by tasks. | [] | Microsoft.Build.Framework Namespace | Description | https://msdn.microsoft.com/en-us/library/Microsoft.Build.Framework(v=vs.80).aspx | 7/1438043060830.93_20150728002420-00021-ip-10-236-191-2_889339416_1.json |
de34400e_CreateFile_function__Windows___Value | [Parameters] lpFileName [Value] | Use the CONIN$ value to specify console input. Use the CONOUT$ value to specify console output. CONIN$ gets a handle to the console input buffer, even if the SetStdHandle function redirects the standard input handle. To get the standard input handle, use the GetStdHandlefunction. CONOUT$ gets a handle to the active screen buffer, even if SetStdHandleredirects the standard output handle. To get the standard output handle, use GetStdHandle. | [] | CreateFile function (Windows) | Value | https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_886578618_8.json |
de34400e_CreateFile_function__Windows___Value | [Parameters] dwDesiredAccess [Value] | GENERIC_READ | GENERIC_WRITE is preferred, but either one can limit access. | [] | CreateFile function (Windows) | Value | https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_886578618_8.json |
de34400e_CreateFile_function__Windows___Value | [Parameters] dwShareMode [Value] | When opening CONIN$, specify FILE_SHARE_READ. When opening CONOUT$, specify FILE_SHARE_WRITE. If the calling process inherits the console, or if a child process should be able to access the console, this parameter must be FILE_SHARE_READ | FILE_SHARE_WRITE. | [] | CreateFile function (Windows) | Value | https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_886578618_8.json |
de34400e_CreateFile_function__Windows___Value | [Parameters] lpSecurityAttributes [Value] | If you want the console to be inherited, the bInheritHandle member of the SECURITY_ATTRIBUTES structure must be TRUE. | [] | CreateFile function (Windows) | Value | https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_886578618_8.json |
de34400e_CreateFile_function__Windows___Value | [Parameters] dwCreationDisposition [Value] | You should specify OPEN_EXISTING when using CreateFile to open the console. | [] | CreateFile function (Windows) | Value | https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_886578618_8.json |
de34400e_CreateFile_function__Windows___Value | [Parameters] dwFlagsAndAttributes [Value] | Ignored. | [] | CreateFile function (Windows) | Value | https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_886578618_8.json |
de34400e_CreateFile_function__Windows___Value | [Parameters] hTemplateFile [Value] | Ignored. | [] | CreateFile function (Windows) | Value | https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_886578618_8.json |
70fb6e24_CreateFile_function__Windows___Meaning | [Security flag] SECURITY_ANONYMOUS [Meaning] | Impersonates a client at the Anonymous impersonation level. | [] | CreateFile function (Windows) | Meaning | https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_886578618_4.json |
70fb6e24_CreateFile_function__Windows___Meaning | [Security flag] SECURITY_CONTEXT_TRACKING [Meaning] | The security tracking mode is dynamic. If this flag is not specified, the security tracking mode is static. | [] | CreateFile function (Windows) | Meaning | https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_886578618_4.json |
70fb6e24_CreateFile_function__Windows___Meaning | [Security flag] SECURITY_DELEGATION [Meaning] | Impersonates a client at the Delegation impersonation level. | [] | CreateFile function (Windows) | Meaning | https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_886578618_4.json |
70fb6e24_CreateFile_function__Windows___Meaning | [Security flag] SECURITY_EFFECTIVE_ONLY [Meaning] | Only the enabled aspects of the client's security context are available to the server. If you do not specify this flag, all aspects of the client's security context are available. This allows the client to limit the groups and privileges that a server can use while impersonating the client. | [] | CreateFile function (Windows) | Meaning | https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_886578618_4.json |
70fb6e24_CreateFile_function__Windows___Meaning | [Security flag] SECURITY_IDENTIFICATION [Meaning] | Impersonates a client at the Identification impersonation level. | [] | CreateFile function (Windows) | Meaning | https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_886578618_4.json |
70fb6e24_CreateFile_function__Windows___Meaning | [Security flag] SECURITY_IMPERSONATION [Meaning] | Impersonate a client at the impersonation level. This is the default behavior if no other flags are specified along with the SECURITY_SQOS_PRESENT flag. | [] | CreateFile function (Windows) | Meaning | https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_886578618_4.json |
6d6fc3ab_ICategory_interface__Windows___Description | [Property] CategoryID [Access type] Read-only [Description] | Gets the identifier of the category. | [] | ICategory interface (Windows) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/aa385841(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00161-ip-10-236-191-2_874542570_0.json |
6d6fc3ab_ICategory_interface__Windows___Description | [Property] Children [Access type] Read-only [Description] | Gets an interface collection that contains the child categories of this category. | [] | ICategory interface (Windows) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/aa385841(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00161-ip-10-236-191-2_874542570_0.json |
6d6fc3ab_ICategory_interface__Windows___Description | [Property] Description [Access type] Read-only [Description] | Gets the description of the category. | [] | ICategory interface (Windows) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/aa385841(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00161-ip-10-236-191-2_874542570_0.json |
6d6fc3ab_ICategory_interface__Windows___Description | [Property] Image [Access type] Read-only [Description] | Gets an interface that contains information about the image that is associated with the category. | [] | ICategory interface (Windows) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/aa385841(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00161-ip-10-236-191-2_874542570_0.json |
6d6fc3ab_ICategory_interface__Windows___Description | [Property] Name [Access type] Read-only [Description] | Gets the localized name of the category. | [] | ICategory interface (Windows) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/aa385841(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00161-ip-10-236-191-2_874542570_0.json |
6d6fc3ab_ICategory_interface__Windows___Description | [Property] Order [Access type] Read-only [Description] | Gets the recommended display order of this category among its sibling categories. | [] | ICategory interface (Windows) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/aa385841(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00161-ip-10-236-191-2_874542570_0.json |
6d6fc3ab_ICategory_interface__Windows___Description | [Property] Parent [Access type] Read-only [Description] | Gets an interface that describes the parent category of this category. | [] | ICategory interface (Windows) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/aa385841(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00161-ip-10-236-191-2_874542570_0.json |
6d6fc3ab_ICategory_interface__Windows___Description | [Property] Type [Access type] Read-only [Description] | Gets the type of the category. | [] | ICategory interface (Windows) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/aa385841(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00161-ip-10-236-191-2_874542570_0.json |
6d6fc3ab_ICategory_interface__Windows___Description | [Property] Updates [Access type] Read-only [Description] | Gets an interface that contains a collection of updates that immediately belong to the category. | [] | ICategory interface (Windows) | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/aa385841(v=vs.85).aspx | 7/1438042988311.72_20150728002308-00161-ip-10-236-191-2_874542570_0.json |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.