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
|
---|---|---|---|---|---|---|---|
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] ConfigFile [Description] | Optional ITaskItem[] parameter. Specifies which item contains the application configuration file. If the task is generating a native manifest, this parameter is ignored. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] Dependencies [Description] | Optional ITaskItem[] parameter. Specifies an item list that defines the set of dependent assemblies for the generated manifest. Each item may be further described by item metadata to indicate additional deployment state and the type of dependence. For more information, see the "Item Metadata" section below. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] Description [Description] | Optional String parameter. Specifies the description for the application or component. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] EntryPoint [Description] | Optional ITaskItem[] parameter. Specifies a single item that indicates the entry point for the generated manifest assembly. For a ClickOnce application manifest, this parameter specifies the assembly that starts when the application is run. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] ErrorReportUrl [Description] | Optional [String] parameter. Specifies the URL of the Web page that is displayed in dialog boxes during error reports in ClickOnce installations. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] FileAssociations [Description] | Optional ITaskItem[] parameter. Specifies a list of one or more file type that are associated with the ClickOnce deployment manifest. File associations only valid only when .NET Framework 3.5 or later is targeted. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] Files [Description] | Optional ITaskItem[] parameter. The files to include in the manifest. Specify the full path for each file. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] HostInBrowser [Description] | Optional [Boolean] parameter. If true, the application is hosted in a browser (as are WPF Web Browser Applications). | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] IconFile [Description] | Optional ITaskItem[] parameter. Indicates the application icon file. The application icon is expressed in the generated application manifest and is used for the Start Menu and Add/Remove Programs dialog. If this input is not specified, a default icon is used. If the task is generating a native manifest, this parameter is ignored. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] InputManifest [Description] | Optional ITaskItem parameter. Indicates an input XML document to serve as a base for the manifest generator. This allows structured data such as application security or custom manifest definitions to be reflected in the output manifest. The root element in the XML document must be an assembly node in the asmv1 namespace. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] IsolatedComReferences [Description] | Optional ITaskItem[] parameter. Specifies COM components to isolate in the generated manifest. This parameter supports the ability to isolate COM components for "Registration Free COM" deployment. It works by auto-generating a manifest with standard COM registration definitions. However, the COM components must be registered on the build machine in order for this to function properly. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] ManifestType [Description] | Optional String parameter. Specifies which type of manifest to generate. This parameter can have the following values: Native ClickOnce If this parameter is not specified, the task defaults to ClickOnce. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] MaxTargetPath [Description] | Optional String parameter. Specifies the maximum allowable length of a file path in a ClickOnce application deployment. If this value is specified, the length of each file path in the application is checked against this limit. Any items that exceed the limit will raise in a build warning. If this input is not specified or is zero, then no checking is performed. If the task is generating a native manifest, this parameter is ignored. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] OSVersion [Description] | Optional String parameter. Specifies the minimum required operating system (OS) version required by the application. For example, the value "5.1.2600.0" indicates the operating system is Windows XP. If this parameter is not specified, the value "4.10.0.0" is used, which indicates Windows 98 Second Edition, the minimum supported OS of the .NET Framework. If the task is generating a native manifest, this input is ignored. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] OutputManifest [Description] | Optional ITaskItem output parameter. Specifies the name of the generated output manifest file. If this parameter is not specified, the name of the output file is inferred from the identity of the generated manifest. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] Platform [Description] | Optional String parameter. Specifies the target platform of the application. This parameter can have the following values: AnyCPU x86 x64 Itanium If this parameter is not specified, the task defaults to AnyCPU. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] Product [Description] | Optional String parameter. Specifies the name of the application. If this parameter is not specified, the name is inferred from the identity of the generated manifest. This name is used for the shortcut name on the Start menu and is part of the name that appears in the Add or Remove Programs dialog box. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] Publisher [Description] | Optional String parameter. Specifies the publisher of the application. If this parameter is not specified, the name is inferred from the registered user, or the identity of the generated manifest. This name is used for the folder name on the Start menu and is part of the name that appears in the Add or Remove Programs dialog box. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] RequiresMinimumFramework35SP1 [Description] | Optional Boolean parameter. If true, the application requires the .NET Framework 3.5 SP1 or a more recent version. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] TargetCulture [Description] | Optional String parameter. Identifies the culture of the application and specifies the Language field of the assembly identity for the generated manifest. If this parameter is not specified, it is assumed the application is culture invariant. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] TargetFrameworkMoniker [Description] | Optional [String] parameter. Specifies the target framework moniker. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] TargetFrameworkProfile [Description] | Optional [String] parameter. Specifies the target framework profile. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] TargetFrameworkSubset [Description] | Optional [String] parameter. Specifies the name of the .NET Framework subset to target. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] TargetFrameworkVersion [Description] | Optional [String] parameter. Specifies the target .NET Framework of the project. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] TrustInfoFile [Description] | Optional ITaskItem parameter. Indicates an XML document that specifies the application security. The root element in the XML document must be a trustInfo node in the asmv2 namespace. If the task is generating a native manifest, this parameter is ignored. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
e91e484e_nerateApplicationManifest_Task__Description | [Parameter] UseApplicationTrust [Description] | Optional [Boolean] parameter. If true, the Product, Publisher, and SupportUrl properties are written to the application manifest. | [] | GenerateApplicationManifest Task | Description | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
fea25db6_iler_Templates_and_Permissions__Description | [Topic] SQL Server Profiler Templates [Description] | Contains information about the predefined trace templates that ship with SQL Server Profiler. | [] | SQL Server Profiler Templates and Permissions | Description | https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx | 33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json |
fea25db6_iler_Templates_and_Permissions__Description | [Topic] Permissions Required to Run SQL Server Profiler [Description] | Contains information about the permissions that are required to run SQL Server Profiler. | [] | SQL Server Profiler Templates and Permissions | Description | https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx | 33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json |
fea25db6_iler_Templates_and_Permissions__Description | [Topic] Save Traces and Trace Templates [Description] | Contains information about saving trace output and about saving trace definitions into a template. | [] | SQL Server Profiler Templates and Permissions | Description | https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx | 33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json |
fea25db6_iler_Templates_and_Permissions__Description | [Topic] Modify Trace Templates [Description] | Contains information about modifying trace templates by using SQL Server Profiler or by using Transact-SQL. | [] | SQL Server Profiler Templates and Permissions | Description | https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx | 33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json |
fea25db6_iler_Templates_and_Permissions__Description | [Topic] Start a Trace [Description] | Contains information about what happens when you start, pause, or stop a trace. | [] | SQL Server Profiler Templates and Permissions | Description | https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx | 33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json |
fea25db6_iler_Templates_and_Permissions__Description | [Topic] Correlate a Trace with Windows Performance Log Data [Description] | Contains information about correlating Windows performance log data with a trace by using SQL Server Profiler. | [] | SQL Server Profiler Templates and Permissions | Description | https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx | 33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json |
fea25db6_iler_Templates_and_Permissions__Description | [Topic] View and Analyze Traces with SQL Server Profiler [Description] | Contains information about using traces to troubleshoot data, displaying object names in a trace, and finding events in a trace. | [] | SQL Server Profiler Templates and Permissions | Description | https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx | 33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json |
fea25db6_iler_Templates_and_Permissions__Description | [Topic] Analyze Deadlocks with SQL Server Profiler [Description] | Contains information about using SQL Server Profiler to identify the cause of a deadlock. | [] | SQL Server Profiler Templates and Permissions | Description | https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx | 33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json |
fea25db6_iler_Templates_and_Permissions__Description | [Topic] Analyze Queries with SHOWPLAN Results in SQL Server Profiler [Description] | Contains information about using SQL Server Profiler to collect and display Showplan and Showplan Statistics results. | [] | SQL Server Profiler Templates and Permissions | Description | https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx | 33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json |
fea25db6_iler_Templates_and_Permissions__Description | [Topic] Filter Traces with SQL Server Profiler [Description] | Contains information about setting filters on data columns to filter trace output by using SQL Server Profiler. | [] | SQL Server Profiler Templates and Permissions | Description | https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx | 33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json |
fea25db6_iler_Templates_and_Permissions__Description | [Topic] Replay Traces [Description] | Contains information that explains what replaying a trace means and what is required to replay a trace. | [] | SQL Server Profiler Templates and Permissions | Description | https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx | 33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json |
891d464e_ence_Interface__System_IO_Log___Name | [Description] When overridden in a derived class, gets the sequence number of the first valid record in the current IRecordSequence. [Name] | BaseSequenceNumber | [
[
"B",
"a",
"s",
"e",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"L",
"a",
"s",
"t",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"M",
"a",
"x",
"i",
"m",
"u",
"m",
"R",
"e",
"c",
"o",
"r",
"d",
"L",
"e",
"n",
"g",
"t",
"h"
],
[
"R",
"e",
"s",
"e",
"r",
"v",
"e",
"d",
"B",
"y",
"t",
"e",
"s"
],
[
"R",
"e",
"s",
"t",
"a",
"r",
"t",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"R",
"e",
"t",
"r",
"y",
"A",
"p",
"p",
"e",
"n",
"d"
]
] | IRecordSequence Interface (System.IO.Log) | Name | https://msdn.microsoft.com/en-us/library/system.io.log.irecordsequence.aspx | 33/1438042989178.64_20150728002309-00012-ip-10-236-191-2_889662266_0.json |
891d464e_ence_Interface__System_IO_Log___Name | [Description] When overridden in a derived class, gets the sequence number which is greater than the last record appended. [Name] | LastSequenceNumber | [
[
"B",
"a",
"s",
"e",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"L",
"a",
"s",
"t",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"M",
"a",
"x",
"i",
"m",
"u",
"m",
"R",
"e",
"c",
"o",
"r",
"d",
"L",
"e",
"n",
"g",
"t",
"h"
],
[
"R",
"e",
"s",
"e",
"r",
"v",
"e",
"d",
"B",
"y",
"t",
"e",
"s"
],
[
"R",
"e",
"s",
"t",
"a",
"r",
"t",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"R",
"e",
"t",
"r",
"y",
"A",
"p",
"p",
"e",
"n",
"d"
]
] | IRecordSequence Interface (System.IO.Log) | Name | https://msdn.microsoft.com/en-us/library/system.io.log.irecordsequence.aspx | 33/1438042989178.64_20150728002309-00012-ip-10-236-191-2_889662266_0.json |
891d464e_ence_Interface__System_IO_Log___Name | [Description] When overridden in a derived class, gets the size of the largest record that can be appended to or read from this sequence, in bytes. [Name] | MaximumRecordLength | [
[
"B",
"a",
"s",
"e",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"L",
"a",
"s",
"t",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"M",
"a",
"x",
"i",
"m",
"u",
"m",
"R",
"e",
"c",
"o",
"r",
"d",
"L",
"e",
"n",
"g",
"t",
"h"
],
[
"R",
"e",
"s",
"e",
"r",
"v",
"e",
"d",
"B",
"y",
"t",
"e",
"s"
],
[
"R",
"e",
"s",
"t",
"a",
"r",
"t",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"R",
"e",
"t",
"r",
"y",
"A",
"p",
"p",
"e",
"n",
"d"
]
] | IRecordSequence Interface (System.IO.Log) | Name | https://msdn.microsoft.com/en-us/library/system.io.log.irecordsequence.aspx | 33/1438042989178.64_20150728002309-00012-ip-10-236-191-2_889662266_0.json |
891d464e_ence_Interface__System_IO_Log___Name | [Description] When overridden in a derived class, gets the total number of bytes that have been reserved. [Name] | ReservedBytes | [
[
"B",
"a",
"s",
"e",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"L",
"a",
"s",
"t",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"M",
"a",
"x",
"i",
"m",
"u",
"m",
"R",
"e",
"c",
"o",
"r",
"d",
"L",
"e",
"n",
"g",
"t",
"h"
],
[
"R",
"e",
"s",
"e",
"r",
"v",
"e",
"d",
"B",
"y",
"t",
"e",
"s"
],
[
"R",
"e",
"s",
"t",
"a",
"r",
"t",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"R",
"e",
"t",
"r",
"y",
"A",
"p",
"p",
"e",
"n",
"d"
]
] | IRecordSequence Interface (System.IO.Log) | Name | https://msdn.microsoft.com/en-us/library/system.io.log.irecordsequence.aspx | 33/1438042989178.64_20150728002309-00012-ip-10-236-191-2_889662266_0.json |
891d464e_ence_Interface__System_IO_Log___Name | [Description] When overridden in a derived class, gets the sequence number of the most recently written restart area. [Name] | RestartSequenceNumber | [
[
"B",
"a",
"s",
"e",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"L",
"a",
"s",
"t",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"M",
"a",
"x",
"i",
"m",
"u",
"m",
"R",
"e",
"c",
"o",
"r",
"d",
"L",
"e",
"n",
"g",
"t",
"h"
],
[
"R",
"e",
"s",
"e",
"r",
"v",
"e",
"d",
"B",
"y",
"t",
"e",
"s"
],
[
"R",
"e",
"s",
"t",
"a",
"r",
"t",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"R",
"e",
"t",
"r",
"y",
"A",
"p",
"p",
"e",
"n",
"d"
]
] | IRecordSequence Interface (System.IO.Log) | Name | https://msdn.microsoft.com/en-us/library/system.io.log.irecordsequence.aspx | 33/1438042989178.64_20150728002309-00012-ip-10-236-191-2_889662266_0.json |
891d464e_ence_Interface__System_IO_Log___Name | [Description] Gets or sets a value indicating whether appends are automatically retried if the log is full. [Name] | RetryAppend | [
[
"B",
"a",
"s",
"e",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"L",
"a",
"s",
"t",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"M",
"a",
"x",
"i",
"m",
"u",
"m",
"R",
"e",
"c",
"o",
"r",
"d",
"L",
"e",
"n",
"g",
"t",
"h"
],
[
"R",
"e",
"s",
"e",
"r",
"v",
"e",
"d",
"B",
"y",
"t",
"e",
"s"
],
[
"R",
"e",
"s",
"t",
"a",
"r",
"t",
"S",
"e",
"q",
"u",
"e",
"n",
"c",
"e",
"N",
"u",
"m",
"b",
"e",
"r"
],
[
"R",
"e",
"t",
"r",
"y",
"A",
"p",
"p",
"e",
"n",
"d"
]
] | IRecordSequence Interface (System.IO.Log) | Name | https://msdn.microsoft.com/en-us/library/system.io.log.irecordsequence.aspx | 33/1438042989178.64_20150728002309-00012-ip-10-236-191-2_889662266_0.json |
1de6396a_s_with_Word_2010_and_Word_2007__Title | [Description] Introduces custom task panes. [Title] | Creating Custom Task Panes in the 2007 Office System | [] | Building Document Generation Systems from Templates with Word 2010 and Word 2007 | Title | https://msdn.microsoft.com/en-us/library/ff433638(d=printer,v=office.14) | 33/1438042981753.21_20150728002301-00149-ip-10-236-191-2_877142143_1.json |
1de6396a_s_with_Word_2010_and_Word_2007__Title | [Description] Provides information about how to create document-level managed add-in projects. [Title] | Actions Pane Overview | [] | Building Document Generation Systems from Templates with Word 2010 and Word 2007 | Title | https://msdn.microsoft.com/en-us/library/ff433638(d=printer,v=office.14) | 33/1438042981753.21_20150728002301-00149-ip-10-236-191-2_877142143_1.json |
1de6396a_s_with_Word_2010_and_Word_2007__Title | [Description] Explains what you must know about how to make task panes work with multiple document interfaces (MDI). [Title] | Managing Custom Task Panes in Multiple Application Windows | [] | Building Document Generation Systems from Templates with Word 2010 and Word 2007 | Title | https://msdn.microsoft.com/en-us/library/ff433638(d=printer,v=office.14) | 33/1438042981753.21_20150728002301-00149-ip-10-236-191-2_877142143_1.json |
1de6396a_s_with_Word_2010_and_Word_2007__Title | [Description] Provides detail about how to make managed add-ins that work correctly in an MDI environment. [Title] | Managing Task Panes in Multiple Word and InfoPath Documents | [] | Building Document Generation Systems from Templates with Word 2010 and Word 2007 | Title | https://msdn.microsoft.com/en-us/library/ff433638(d=printer,v=office.14) | 33/1438042981753.21_20150728002301-00149-ip-10-236-191-2_877142143_1.json |
1de6396a_s_with_Word_2010_and_Word_2007__Title | [Description] Discusses a real-world project that uses custom task panes. Provides some insight into using the Word 2007 object model and the internal workings of the programmability features. [Title] | Custom Task Panes, the Office Fluent Ribbon, and Reusing VBA Code in the 2007 Office System | [] | Building Document Generation Systems from Templates with Word 2010 and Word 2007 | Title | https://msdn.microsoft.com/en-us/library/ff433638(d=printer,v=office.14) | 33/1438042981753.21_20150728002301-00149-ip-10-236-191-2_877142143_1.json |
1de6396a_s_with_Word_2010_and_Word_2007__Title | [Description] Provides an introduction to content controls. [Title] | Working with Content Controls | [] | Building Document Generation Systems from Templates with Word 2010 and Word 2007 | Title | https://msdn.microsoft.com/en-us/library/ff433638(d=printer,v=office.14) | 33/1438042981753.21_20150728002301-00149-ip-10-236-191-2_877142143_1.json |
1de6396a_s_with_Word_2010_and_Word_2007__Title | [Description] Shows how to create document-level projects and application-level projects that add content controls at design time or run time. [Title] | How To: Add Content Controls to Word Documents | [] | Building Document Generation Systems from Templates with Word 2010 and Word 2007 | Title | https://msdn.microsoft.com/en-us/library/ff433638(d=printer,v=office.14) | 33/1438042981753.21_20150728002301-00149-ip-10-236-191-2_877142143_1.json |
1de6396a_s_with_Word_2010_and_Word_2007__Title | [Description] Shows how to write managed add-in code that accesses content controls. [Title] | Building Word 2007 Document Templates Using Content Controls | [] | Building Document Generation Systems from Templates with Word 2010 and Word 2007 | Title | https://msdn.microsoft.com/en-us/library/ff433638(d=printer,v=office.14) | 33/1438042981753.21_20150728002301-00149-ip-10-236-191-2_877142143_1.json |
1de6396a_s_with_Word_2010_and_Word_2007__Title | [Description] Provides guidance and an example that shows how to associate arbitrary amounts of data with each content control in a document. [Title] | Associating Data with Content Controls | [] | Building Document Generation Systems from Templates with Word 2010 and Word 2007 | Title | https://msdn.microsoft.com/en-us/library/ff433638(d=printer,v=office.14) | 33/1438042981753.21_20150728002301-00149-ip-10-236-191-2_877142143_1.json |
1de6396a_s_with_Word_2010_and_Word_2007__Title | [Description] Contains several topics around content controls, and binding to content controls in various scenarios. [Title] | "How do I" articles on MSDN | [] | Building Document Generation Systems from Templates with Word 2010 and Word 2007 | Title | https://msdn.microsoft.com/en-us/library/ff433638(d=printer,v=office.14) | 33/1438042981753.21_20150728002301-00149-ip-10-236-191-2_877142143_1.json |
1de6396a_s_with_Word_2010_and_Word_2007__Title | [Description] Contains several topics with accompanying videos that show how to implement various scenarios that require programming. [Title] | Visual "How to" articles (with accompanying video) for Word 2007 | [] | Building Document Generation Systems from Templates with Word 2010 and Word 2007 | Title | https://msdn.microsoft.com/en-us/library/ff433638(d=printer,v=office.14) | 33/1438042981753.21_20150728002301-00149-ip-10-236-191-2_877142143_1.json |
1fc034a3_soft_SqlServer_Management_Smo___Description | [Name] Events [Description] | Gets the events that are associated with the database. | [] | Statistic Class (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.Statistic.aspx | 33/1438042989178.64_20150728002309-00300-ip-10-236-191-2_879183136_1.json |
1fc034a3_soft_SqlServer_Management_Smo___Description | [Name] FileGroup [Description] | Gets or sets the filegroup in which the statistic counter is stored. | [] | Statistic Class (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.Statistic.aspx | 33/1438042989178.64_20150728002309-00300-ip-10-236-191-2_879183136_1.json |
1fc034a3_soft_SqlServer_Management_Smo___Description | [Name] FilterDefinition [Description] | Gets or sets the statistic counters filter definition. | [] | Statistic Class (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.Statistic.aspx | 33/1438042989178.64_20150728002309-00300-ip-10-236-191-2_879183136_1.json |
1fc034a3_soft_SqlServer_Management_Smo___Description | [Name] HasFilter [Description] | Gets a value that indicates whether there is a filter associated with the statistic counter. | [] | Statistic Class (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.Statistic.aspx | 33/1438042989178.64_20150728002309-00300-ip-10-236-191-2_879183136_1.json |
1fc034a3_soft_SqlServer_Management_Smo___Description | [Name] ID [Description] | Gets the ID value that uniquely identifies the statistic counter. | [] | Statistic Class (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.Statistic.aspx | 33/1438042989178.64_20150728002309-00300-ip-10-236-191-2_879183136_1.json |
1fc034a3_soft_SqlServer_Management_Smo___Description | [Name] IsAutoCreated [Description] | Gets the Boolean property value that specifies whether the statistic counter is automatically created. | [] | Statistic Class (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.Statistic.aspx | 33/1438042989178.64_20150728002309-00300-ip-10-236-191-2_879183136_1.json |
1fc034a3_soft_SqlServer_Management_Smo___Description | [Name] IsFromIndexCreation [Description] | Gets the Boolean property value that specifies whether the statistic counter was generated from the creation of an index. | [] | Statistic Class (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.Statistic.aspx | 33/1438042989178.64_20150728002309-00300-ip-10-236-191-2_879183136_1.json |
1fc034a3_soft_SqlServer_Management_Smo___Description | [Name] IsTemporary [Description] | Gets the Boolean property value that specifies whether the Statistic counter is temporary or permanent. | [] | Statistic Class (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.Statistic.aspx | 33/1438042989178.64_20150728002309-00300-ip-10-236-191-2_879183136_1.json |
1fc034a3_soft_SqlServer_Management_Smo___Description | [Name] LastUpdated [Description] | Gets the date and time when the statistic counter was last updated. | [] | Statistic Class (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.Statistic.aspx | 33/1438042989178.64_20150728002309-00300-ip-10-236-191-2_879183136_1.json |
1fc034a3_soft_SqlServer_Management_Smo___Description | [Name] Name [Description] | Gets or sets a String value that specifies the name of the statistic counter.(Overrides NamedSmoObject.Name.) | [] | Statistic Class (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.Statistic.aspx | 33/1438042989178.64_20150728002309-00300-ip-10-236-191-2_879183136_1.json |
1fc034a3_soft_SqlServer_Management_Smo___Description | [Name] NoAutomaticRecomputation [Description] | Gets or sets the Boolean property value that specifies whether the statistics counter recomputed automatically. | [] | Statistic Class (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.Statistic.aspx | 33/1438042989178.64_20150728002309-00300-ip-10-236-191-2_879183136_1.json |
1fc034a3_soft_SqlServer_Management_Smo___Description | [Name] Parent [Description] | Gets or sets the SqlSmoObject object that is the parent of the Statistic object. | [] | Statistic Class (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.Statistic.aspx | 33/1438042989178.64_20150728002309-00300-ip-10-236-191-2_879183136_1.json |
1fc034a3_soft_SqlServer_Management_Smo___Description | [Name] Properties [Description] | Gets a collection of Property objects that represent the object properties.(Inherited from SqlSmoObject.) | [] | Statistic Class (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.Statistic.aspx | 33/1438042989178.64_20150728002309-00300-ip-10-236-191-2_879183136_1.json |
1fc034a3_soft_SqlServer_Management_Smo___Description | [Name] State [Description] | Gets the state of the referenced object.(Inherited from SmoObjectBase.) | [] | Statistic Class (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.Statistic.aspx | 33/1438042989178.64_20150728002309-00300-ip-10-236-191-2_879183136_1.json |
1fc034a3_soft_SqlServer_Management_Smo___Description | [Name] StatisticColumns [Description] | Represents a collection of StatisticColumn objects. Each StatisticColumn object represents a column defined on the statistic counter. | [] | Statistic Class (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.Statistic.aspx | 33/1438042989178.64_20150728002309-00300-ip-10-236-191-2_879183136_1.json |
1fc034a3_soft_SqlServer_Management_Smo___Description | [Name] Urn [Description] | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object.(Inherited from SqlSmoObject.) | [] | Statistic Class (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.Statistic.aspx | 33/1438042989178.64_20150728002309-00300-ip-10-236-191-2_879183136_1.json |
1fc034a3_soft_SqlServer_Management_Smo___Description | [Name] UserData [Description] | Gets or sets user-defined data associated with the referenced object.(Inherited from SmoObjectBase.) | [] | Statistic Class (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.Statistic.aspx | 33/1438042989178.64_20150728002309-00300-ip-10-236-191-2_879183136_1.json |
f108516d_ass__System_Xml_Serialization___Name | [Description] Gets or sets the name of the XML attribute. [Name] | AttributeName | [
[
"A",
"t",
"t",
"r",
"i",
"b",
"u",
"t",
"e",
"N",
"a",
"m",
"e"
],
[
"D",
"a",
"t",
"a",
"T",
"y",
"p",
"e"
],
[
"F",
"o",
"r",
"m"
],
[
"N",
"a",
"m",
"e",
"s",
"p",
"a",
"c",
"e"
],
[
"T",
"y",
"p",
"e"
],
[
"T",
"y",
"p",
"e",
"I",
"d"
]
] | XmlAttributeAttribute Class (System.Xml.Serialization) | Name | https://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlattributeattribute(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb | 33/1438042989178.64_20150728002309-00315-ip-10-236-191-2_881591382_1.json |
f108516d_ass__System_Xml_Serialization___Name | [Description] Gets or sets the XSD data type of the XML attribute generated by the XmlSerializer. [Name] | DataType | [
[
"A",
"t",
"t",
"r",
"i",
"b",
"u",
"t",
"e",
"N",
"a",
"m",
"e"
],
[
"D",
"a",
"t",
"a",
"T",
"y",
"p",
"e"
],
[
"F",
"o",
"r",
"m"
],
[
"N",
"a",
"m",
"e",
"s",
"p",
"a",
"c",
"e"
],
[
"T",
"y",
"p",
"e"
],
[
"T",
"y",
"p",
"e",
"I",
"d"
]
] | XmlAttributeAttribute Class (System.Xml.Serialization) | Name | https://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlattributeattribute(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb | 33/1438042989178.64_20150728002309-00315-ip-10-236-191-2_881591382_1.json |
f108516d_ass__System_Xml_Serialization___Name | [Description] Gets or sets a value that indicates whether the XML attribute name generated by the XmlSerializer is qualified. [Name] | Form | [
[
"A",
"t",
"t",
"r",
"i",
"b",
"u",
"t",
"e",
"N",
"a",
"m",
"e"
],
[
"D",
"a",
"t",
"a",
"T",
"y",
"p",
"e"
],
[
"F",
"o",
"r",
"m"
],
[
"N",
"a",
"m",
"e",
"s",
"p",
"a",
"c",
"e"
],
[
"T",
"y",
"p",
"e"
],
[
"T",
"y",
"p",
"e",
"I",
"d"
]
] | XmlAttributeAttribute Class (System.Xml.Serialization) | Name | https://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlattributeattribute(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb | 33/1438042989178.64_20150728002309-00315-ip-10-236-191-2_881591382_1.json |
f108516d_ass__System_Xml_Serialization___Name | [Description] Gets or sets the XML namespace of the XML attribute. [Name] | Namespace | [
[
"A",
"t",
"t",
"r",
"i",
"b",
"u",
"t",
"e",
"N",
"a",
"m",
"e"
],
[
"D",
"a",
"t",
"a",
"T",
"y",
"p",
"e"
],
[
"F",
"o",
"r",
"m"
],
[
"N",
"a",
"m",
"e",
"s",
"p",
"a",
"c",
"e"
],
[
"T",
"y",
"p",
"e"
],
[
"T",
"y",
"p",
"e",
"I",
"d"
]
] | XmlAttributeAttribute Class (System.Xml.Serialization) | Name | https://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlattributeattribute(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb | 33/1438042989178.64_20150728002309-00315-ip-10-236-191-2_881591382_1.json |
f108516d_ass__System_Xml_Serialization___Name | [Description] Gets or sets the complex type of the XML attribute. [Name] | Type | [
[
"A",
"t",
"t",
"r",
"i",
"b",
"u",
"t",
"e",
"N",
"a",
"m",
"e"
],
[
"D",
"a",
"t",
"a",
"T",
"y",
"p",
"e"
],
[
"F",
"o",
"r",
"m"
],
[
"N",
"a",
"m",
"e",
"s",
"p",
"a",
"c",
"e"
],
[
"T",
"y",
"p",
"e"
],
[
"T",
"y",
"p",
"e",
"I",
"d"
]
] | XmlAttributeAttribute Class (System.Xml.Serialization) | Name | https://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlattributeattribute(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb | 33/1438042989178.64_20150728002309-00315-ip-10-236-191-2_881591382_1.json |
f108516d_ass__System_Xml_Serialization___Name | [Description] When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) [Name] | TypeId | [
[
"A",
"t",
"t",
"r",
"i",
"b",
"u",
"t",
"e",
"N",
"a",
"m",
"e"
],
[
"D",
"a",
"t",
"a",
"T",
"y",
"p",
"e"
],
[
"F",
"o",
"r",
"m"
],
[
"N",
"a",
"m",
"e",
"s",
"p",
"a",
"c",
"e"
],
[
"T",
"y",
"p",
"e"
],
[
"T",
"y",
"p",
"e",
"I",
"d"
]
] | XmlAttributeAttribute Class (System.Xml.Serialization) | Name | https://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlattributeattribute(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb | 33/1438042989178.64_20150728002309-00315-ip-10-236-191-2_881591382_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] CachePropertyChanges [Description] | Gets or sets whether to cache changes made to the replication properties or to apply them immediately.(Inherited from ReplicationObject.) | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] ConnectionContext [Description] | Gets or sets the connection to an instance of Microsoft SQL Server.(Inherited from ReplicationObject.) | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] DataFile [Description] | Gets or sets the name of the data file for the distribution database. | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] DataFileSize [Description] | Gets or sets the size of the primary database file for the distribution database. | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] DataFolder [Description] | Gets or sets the path to the directory that contains the data file for the distribution database. | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] DistributionCleanupTaskName [Description] | Gets the name of the SQL Server Agent job that is responsible for cleaning up the replication tables in the distribution. | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] DistributorSecurity [Description] | Gets the security context used to connect to the Distributor to create the distribution database. | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] HistoryCleanupTaskName [Description] | Gets the name of the SQL Server Agent job that is responsible for cleaning up replication history tables. | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] HistoryRetention [Description] | Gets or sets the length of time, in hours, replication agent history data is to be retained. | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] IsExistingObject [Description] | Gets whether the object exists on the server or not.(Inherited from ReplicationObject.) | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] LogFile [Description] | Gets or sets the name of the file that stores database transaction log records. | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] LogFileSize [Description] | Gets or sets the size of the file that stores database transaction log records. | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] LogFolder [Description] | Gets or sets the path to the directory where the file that stores database transaction log records is located. | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] MaxDistributionRetention [Description] | Gets or sets the maximum retention period, in hours, before transactions are deleted from the distribution database. | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] MinDistributionRetention [Description] | Gets or sets the minimum retention period, in hours, before transactions are deleted from the distribution database. | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] Name [Description] | Gets or sets the name of the distribution database. | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] QueueReaderAgentExists [Description] | Gets or sets whether the Queue Reader Agent job has been created for this distribution database. | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] QueueReaderAgentName [Description] | Gets or sets the name of the Queue Reader Agent job created for this distribution database. | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] QueueReaderAgentProcessSecurity [Description] | Gets the agent process security context for running the Queue Reader Agent job. | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] SqlServerName [Description] | Gets the name of the Microsoft SQL Server instance to which this object is connected. (Inherited from ReplicationObject.) | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
72e927ca_crosoft_SqlServer_Replication___Description | [Name] UserData [Description] | Gets or sets an object property that allows users to attach their own data to the object. (Inherited from ReplicationObject.) | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Description | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
e1192b68_soft_SqlServer_Management_Smo___Name | [Description] Gets or sets the security level for the assembly. [Name] | AssemblySecurityLevel | [] | SqlAssembly Properties (Microsoft.SqlServer.Management.Smo) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.sqlassembly_properties.aspx | 33/1438042989178.64_20150728002309-00146-ip-10-236-191-2_874356649_0.json |
e1192b68_soft_SqlServer_Management_Smo___Name | [Description] Gets the date and time when the assembly was registered with the database. [Name] | CreateDate | [] | SqlAssembly Properties (Microsoft.SqlServer.Management.Smo) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.sqlassembly_properties.aspx | 33/1438042989178.64_20150728002309-00146-ip-10-236-191-2_874356649_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.