task
stringlengths 24
71
| input
stringlengths 8
2.38k
| output
stringlengths 1
2.34k
| options
list | pageTitle
stringlengths 4
140
| outputColName
stringlengths 1
79
| url
stringlengths 41
160
| wdcFile
stringlengths 71
74
|
|---|---|---|---|---|---|---|---|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[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. [Parameter]
|
EntryPoint
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[Description] Optional [String] parameter. Specifies the URL of the Web page that is displayed in dialog boxes during error reports in ClickOnce installations. [Parameter]
|
ErrorReportUrl
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[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. [Parameter]
|
FileAssociations
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[Description] Optional ITaskItem[] parameter. The files to include in the manifest. Specify the full path for each file. [Parameter]
|
Files
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[Description] Optional [Boolean] parameter. If true, the application is hosted in a browser (as are WPF Web Browser Applications). [Parameter]
|
HostInBrowser
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[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. [Parameter]
|
IconFile
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[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. [Parameter]
|
InputManifest
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[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. [Parameter]
|
IsolatedComReferences
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[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. [Parameter]
|
ManifestType
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[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. [Parameter]
|
MaxTargetPath
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[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. [Parameter]
|
OSVersion
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[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. [Parameter]
|
OutputManifest
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[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. [Parameter]
|
Platform
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[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. [Parameter]
|
Product
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[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. [Parameter]
|
Publisher
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[Description] Optional Boolean parameter. If true, the application requires the .NET Framework 3.5 SP1 or a more recent version. [Parameter]
|
RequiresMinimumFramework35SP1
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[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. [Parameter]
|
TargetCulture
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[Description] Optional [String] parameter. Specifies the target framework moniker. [Parameter]
|
TargetFrameworkMoniker
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[Description] Optional [String] parameter. Specifies the target framework profile. [Parameter]
|
TargetFrameworkProfile
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[Description] Optional [String] parameter. Specifies the name of the .NET Framework subset to target. [Parameter]
|
TargetFrameworkSubset
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[Description] Optional [String] parameter. Specifies the target .NET Framework of the project. [Parameter]
|
TargetFrameworkVersion
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[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. [Parameter]
|
TrustInfoFile
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
b54ec209_nerateApplicationManifest_Task__Parameter
|
[Description] Optional [Boolean] parameter. If true, the Product, Publisher, and SupportUrl properties are written to the application manifest. [Parameter]
|
UseApplicationTrust
|
[] |
GenerateApplicationManifest Task
|
Parameter
|
https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx
|
33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json
|
85dc8599_s_with_Word_2010_and_Word_2007__Description
|
[Title] Creating Custom Task Panes in the 2007 Office System [Description]
|
Introduces custom task panes.
|
[] |
Building Document Generation Systems from Templates with Word 2010 and Word 2007
|
Description
|
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
|
85dc8599_s_with_Word_2010_and_Word_2007__Description
|
[Title] Actions Pane Overview [Description]
|
Provides information about how to create document-level managed add-in projects.
|
[] |
Building Document Generation Systems from Templates with Word 2010 and Word 2007
|
Description
|
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
|
85dc8599_s_with_Word_2010_and_Word_2007__Description
|
[Title] Managing Custom Task Panes in Multiple Application Windows [Description]
|
Explains what you must know about how to make task panes work with multiple document interfaces (MDI).
|
[] |
Building Document Generation Systems from Templates with Word 2010 and Word 2007
|
Description
|
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
|
85dc8599_s_with_Word_2010_and_Word_2007__Description
|
[Title] Managing Task Panes in Multiple Word and InfoPath Documents [Description]
|
Provides detail about how to make managed add-ins that work correctly in an MDI environment.
|
[] |
Building Document Generation Systems from Templates with Word 2010 and Word 2007
|
Description
|
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
|
85dc8599_s_with_Word_2010_and_Word_2007__Description
|
[Title] Custom Task Panes, the Office Fluent Ribbon, and Reusing VBA Code in the 2007 Office System [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.
|
[] |
Building Document Generation Systems from Templates with Word 2010 and Word 2007
|
Description
|
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
|
85dc8599_s_with_Word_2010_and_Word_2007__Description
|
[Title] Working with Content Controls [Description]
|
Provides an introduction to content controls.
|
[] |
Building Document Generation Systems from Templates with Word 2010 and Word 2007
|
Description
|
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
|
85dc8599_s_with_Word_2010_and_Word_2007__Description
|
[Title] How To: Add Content Controls to Word Documents [Description]
|
Shows how to create document-level projects and application-level projects that add content controls at design time or run time.
|
[] |
Building Document Generation Systems from Templates with Word 2010 and Word 2007
|
Description
|
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
|
85dc8599_s_with_Word_2010_and_Word_2007__Description
|
[Title] Building Word 2007 Document Templates Using Content Controls [Description]
|
Shows how to write managed add-in code that accesses content controls.
|
[] |
Building Document Generation Systems from Templates with Word 2010 and Word 2007
|
Description
|
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
|
85dc8599_s_with_Word_2010_and_Word_2007__Description
|
[Title] Associating Data with Content Controls [Description]
|
Provides guidance and an example that shows how to associate arbitrary amounts of data with each content control in a document.
|
[] |
Building Document Generation Systems from Templates with Word 2010 and Word 2007
|
Description
|
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
|
85dc8599_s_with_Word_2010_and_Word_2007__Description
|
[Title] "How do I" articles on MSDN [Description]
|
Contains several topics around content controls, and binding to content controls in various scenarios.
|
[] |
Building Document Generation Systems from Templates with Word 2010 and Word 2007
|
Description
|
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
|
85dc8599_s_with_Word_2010_and_Word_2007__Description
|
[Title] Visual "How to" articles (with accompanying video) for Word 2007 [Description]
|
Contains several topics with accompanying videos that show how to implement various scenarios that require programming.
|
[] |
Building Document Generation Systems from Templates with Word 2010 and Word 2007
|
Description
|
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
|
16ef9b19_soft_SqlServer_Management_Smo___Name
|
[Description] Gets the events that are associated with the database. [Name]
|
Events
|
[] |
Statistic Class (Microsoft.SqlServer.Management.Smo)
|
Name
|
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
|
16ef9b19_soft_SqlServer_Management_Smo___Name
|
[Description] Gets or sets the filegroup in which the statistic counter is stored. [Name]
|
FileGroup
|
[] |
Statistic Class (Microsoft.SqlServer.Management.Smo)
|
Name
|
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
|
16ef9b19_soft_SqlServer_Management_Smo___Name
|
[Description] Gets or sets the statistic counters filter definition. [Name]
|
FilterDefinition
|
[] |
Statistic Class (Microsoft.SqlServer.Management.Smo)
|
Name
|
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
|
16ef9b19_soft_SqlServer_Management_Smo___Name
|
[Description] Gets a value that indicates whether there is a filter associated with the statistic counter. [Name]
|
HasFilter
|
[] |
Statistic Class (Microsoft.SqlServer.Management.Smo)
|
Name
|
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
|
16ef9b19_soft_SqlServer_Management_Smo___Name
|
[Description] Gets the ID value that uniquely identifies the statistic counter. [Name]
|
ID
|
[] |
Statistic Class (Microsoft.SqlServer.Management.Smo)
|
Name
|
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
|
16ef9b19_soft_SqlServer_Management_Smo___Name
|
[Description] Gets the Boolean property value that specifies whether the statistic counter is automatically created. [Name]
|
IsAutoCreated
|
[] |
Statistic Class (Microsoft.SqlServer.Management.Smo)
|
Name
|
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
|
16ef9b19_soft_SqlServer_Management_Smo___Name
|
[Description] Gets the Boolean property value that specifies whether the statistic counter was generated from the creation of an index. [Name]
|
IsFromIndexCreation
|
[] |
Statistic Class (Microsoft.SqlServer.Management.Smo)
|
Name
|
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
|
16ef9b19_soft_SqlServer_Management_Smo___Name
|
[Description] Gets the Boolean property value that specifies whether the Statistic counter is temporary or permanent. [Name]
|
IsTemporary
|
[] |
Statistic Class (Microsoft.SqlServer.Management.Smo)
|
Name
|
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
|
16ef9b19_soft_SqlServer_Management_Smo___Name
|
[Description] Gets the date and time when the statistic counter was last updated. [Name]
|
LastUpdated
|
[] |
Statistic Class (Microsoft.SqlServer.Management.Smo)
|
Name
|
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
|
16ef9b19_soft_SqlServer_Management_Smo___Name
|
[Description] Gets or sets a String value that specifies the name of the statistic counter.(Overrides NamedSmoObject.Name.) [Name]
|
Name
|
[] |
Statistic Class (Microsoft.SqlServer.Management.Smo)
|
Name
|
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
|
16ef9b19_soft_SqlServer_Management_Smo___Name
|
[Description] Gets or sets the Boolean property value that specifies whether the statistics counter recomputed automatically. [Name]
|
NoAutomaticRecomputation
|
[] |
Statistic Class (Microsoft.SqlServer.Management.Smo)
|
Name
|
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
|
16ef9b19_soft_SqlServer_Management_Smo___Name
|
[Description] Gets or sets the SqlSmoObject object that is the parent of the Statistic object. [Name]
|
Parent
|
[] |
Statistic Class (Microsoft.SqlServer.Management.Smo)
|
Name
|
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
|
16ef9b19_soft_SqlServer_Management_Smo___Name
|
[Description] Gets a collection of Property objects that represent the object properties.(Inherited from SqlSmoObject.) [Name]
|
Properties
|
[] |
Statistic Class (Microsoft.SqlServer.Management.Smo)
|
Name
|
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
|
16ef9b19_soft_SqlServer_Management_Smo___Name
|
[Description] Gets the state of the referenced object.(Inherited from SmoObjectBase.) [Name]
|
State
|
[] |
Statistic Class (Microsoft.SqlServer.Management.Smo)
|
Name
|
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
|
16ef9b19_soft_SqlServer_Management_Smo___Name
|
[Description] Represents a collection of StatisticColumn objects. Each StatisticColumn object represents a column defined on the statistic counter. [Name]
|
StatisticColumns
|
[] |
Statistic Class (Microsoft.SqlServer.Management.Smo)
|
Name
|
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
|
16ef9b19_soft_SqlServer_Management_Smo___Name
|
[Description] Gets the Uniform Resource Name (URN) address value that uniquely identifies the object.(Inherited from SqlSmoObject.) [Name]
|
Urn
|
[] |
Statistic Class (Microsoft.SqlServer.Management.Smo)
|
Name
|
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
|
16ef9b19_soft_SqlServer_Management_Smo___Name
|
[Description] Gets or sets user-defined data associated with the referenced object.(Inherited from SmoObjectBase.) [Name]
|
UserData
|
[] |
Statistic Class (Microsoft.SqlServer.Management.Smo)
|
Name
|
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
|
228ec3fc_icrosoft_CSharp_RuntimeBinder___Description
|
[Member name] None [Description]
|
There is no additional information required for this binder.
|
[] |
CSharpBinderFlags Enumeration (Microsoft.CSharp.RuntimeBinder)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.csharp.runtimebinder.csharpbinderflags(v=vs.95)?cs-save-lang=1&cs-lang=vb
|
33/1438042989178.64_20150728002309-00084-ip-10-236-191-2_883466969_0.json
|
228ec3fc_icrosoft_CSharp_RuntimeBinder___Description
|
[Member name] CheckedContext [Description]
|
The evaluation of this binder happens in a checked context.
|
[] |
CSharpBinderFlags Enumeration (Microsoft.CSharp.RuntimeBinder)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.csharp.runtimebinder.csharpbinderflags(v=vs.95)?cs-save-lang=1&cs-lang=vb
|
33/1438042989178.64_20150728002309-00084-ip-10-236-191-2_883466969_0.json
|
228ec3fc_icrosoft_CSharp_RuntimeBinder___Description
|
[Member name] InvokeSimpleName [Description]
|
The binder represents an invoke on a simple name.
|
[] |
CSharpBinderFlags Enumeration (Microsoft.CSharp.RuntimeBinder)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.csharp.runtimebinder.csharpbinderflags(v=vs.95)?cs-save-lang=1&cs-lang=vb
|
33/1438042989178.64_20150728002309-00084-ip-10-236-191-2_883466969_0.json
|
228ec3fc_icrosoft_CSharp_RuntimeBinder___Description
|
[Member name] InvokeSpecialName [Description]
|
The binder represents an invoke on a specialname.
|
[] |
CSharpBinderFlags Enumeration (Microsoft.CSharp.RuntimeBinder)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.csharp.runtimebinder.csharpbinderflags(v=vs.95)?cs-save-lang=1&cs-lang=vb
|
33/1438042989178.64_20150728002309-00084-ip-10-236-191-2_883466969_0.json
|
228ec3fc_icrosoft_CSharp_RuntimeBinder___Description
|
[Member name] BinaryOperationLogical [Description]
|
The binder represents a logical AND or logical OR that is part of a conditional logical operator evaluation.
|
[] |
CSharpBinderFlags Enumeration (Microsoft.CSharp.RuntimeBinder)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.csharp.runtimebinder.csharpbinderflags(v=vs.95)?cs-save-lang=1&cs-lang=vb
|
33/1438042989178.64_20150728002309-00084-ip-10-236-191-2_883466969_0.json
|
228ec3fc_icrosoft_CSharp_RuntimeBinder___Description
|
[Member name] ConvertExplicit [Description]
|
The binder represents an explicit conversion.
|
[] |
CSharpBinderFlags Enumeration (Microsoft.CSharp.RuntimeBinder)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.csharp.runtimebinder.csharpbinderflags(v=vs.95)?cs-save-lang=1&cs-lang=vb
|
33/1438042989178.64_20150728002309-00084-ip-10-236-191-2_883466969_0.json
|
228ec3fc_icrosoft_CSharp_RuntimeBinder___Description
|
[Member name] ConvertArrayIndex [Description]
|
The binder represents an implicit conversion for use in an array creation expression.
|
[] |
CSharpBinderFlags Enumeration (Microsoft.CSharp.RuntimeBinder)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.csharp.runtimebinder.csharpbinderflags(v=vs.95)?cs-save-lang=1&cs-lang=vb
|
33/1438042989178.64_20150728002309-00084-ip-10-236-191-2_883466969_0.json
|
228ec3fc_icrosoft_CSharp_RuntimeBinder___Description
|
[Member name] ResultIndexed [Description]
|
The result of any bind is going to be indexed get a set index or get index binder.
|
[] |
CSharpBinderFlags Enumeration (Microsoft.CSharp.RuntimeBinder)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.csharp.runtimebinder.csharpbinderflags(v=vs.95)?cs-save-lang=1&cs-lang=vb
|
33/1438042989178.64_20150728002309-00084-ip-10-236-191-2_883466969_0.json
|
228ec3fc_icrosoft_CSharp_RuntimeBinder___Description
|
[Member name] ValueFromCompoundAssignment [Description]
|
The value in this set index or set member comes a compound assignment operator.
|
[] |
CSharpBinderFlags Enumeration (Microsoft.CSharp.RuntimeBinder)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.csharp.runtimebinder.csharpbinderflags(v=vs.95)?cs-save-lang=1&cs-lang=vb
|
33/1438042989178.64_20150728002309-00084-ip-10-236-191-2_883466969_0.json
|
228ec3fc_icrosoft_CSharp_RuntimeBinder___Description
|
[Member name] ResultDiscarded [Description]
|
The binder is used in a position that does not require a result, and can therefore bind to a void returning method.
|
[] |
CSharpBinderFlags Enumeration (Microsoft.CSharp.RuntimeBinder)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.csharp.runtimebinder.csharpbinderflags(v=vs.95)?cs-save-lang=1&cs-lang=vb
|
33/1438042989178.64_20150728002309-00084-ip-10-236-191-2_883466969_0.json
|
0abf6cd6_Enumeration__System_Threading___Description
|
[Member name] Running [Description]
|
The thread has been started, it is not blocked, and there is no pending ThreadAbortException.
|
[] |
ThreadState Enumeration (System.Threading)
|
Description
|
https://msdn.microsoft.com/en-us/library/system.threading.threadstate(v=vs.95).aspx
|
33/1438042989178.64_20150728002309-00326-ip-10-236-191-2_884151211_0.json
|
0abf6cd6_Enumeration__System_Threading___Description
|
[Member name] StopRequested [Description]
|
The thread is being requested to stop. This is for internal use only.
|
[] |
ThreadState Enumeration (System.Threading)
|
Description
|
https://msdn.microsoft.com/en-us/library/system.threading.threadstate(v=vs.95).aspx
|
33/1438042989178.64_20150728002309-00326-ip-10-236-191-2_884151211_0.json
|
0abf6cd6_Enumeration__System_Threading___Description
|
[Member name] SuspendRequested [Description]
|
The thread has been marked for suspension.
|
[] |
ThreadState Enumeration (System.Threading)
|
Description
|
https://msdn.microsoft.com/en-us/library/system.threading.threadstate(v=vs.95).aspx
|
33/1438042989178.64_20150728002309-00326-ip-10-236-191-2_884151211_0.json
|
0abf6cd6_Enumeration__System_Threading___Description
|
[Member name] Background [Description]
|
The thread is being executed as a background thread, as opposed to a foreground thread. This state is controlled by setting the Thread.IsBackground property.
|
[] |
ThreadState Enumeration (System.Threading)
|
Description
|
https://msdn.microsoft.com/en-us/library/system.threading.threadstate(v=vs.95).aspx
|
33/1438042989178.64_20150728002309-00326-ip-10-236-191-2_884151211_0.json
|
0abf6cd6_Enumeration__System_Threading___Description
|
[Member name] Unstarted [Description]
|
The Thread.Start method has not been invoked on the thread.
|
[] |
ThreadState Enumeration (System.Threading)
|
Description
|
https://msdn.microsoft.com/en-us/library/system.threading.threadstate(v=vs.95).aspx
|
33/1438042989178.64_20150728002309-00326-ip-10-236-191-2_884151211_0.json
|
0abf6cd6_Enumeration__System_Threading___Description
|
[Member name] Stopped [Description]
|
The thread has stopped.
|
[] |
ThreadState Enumeration (System.Threading)
|
Description
|
https://msdn.microsoft.com/en-us/library/system.threading.threadstate(v=vs.95).aspx
|
33/1438042989178.64_20150728002309-00326-ip-10-236-191-2_884151211_0.json
|
0abf6cd6_Enumeration__System_Threading___Description
|
[Member name] WaitSleepJoin [Description]
|
The thread is blocked. This could be the result of calling Thread.Sleep or Thread.Join, of requesting a lock — for example, by calling Monitor.Enter or Monitor.Wait — or of waiting on a thread synchronization object such as ManualResetEvent.
|
[] |
ThreadState Enumeration (System.Threading)
|
Description
|
https://msdn.microsoft.com/en-us/library/system.threading.threadstate(v=vs.95).aspx
|
33/1438042989178.64_20150728002309-00326-ip-10-236-191-2_884151211_0.json
|
0abf6cd6_Enumeration__System_Threading___Description
|
[Member name] Suspended [Description]
|
The thread has been suspended.
|
[] |
ThreadState Enumeration (System.Threading)
|
Description
|
https://msdn.microsoft.com/en-us/library/system.threading.threadstate(v=vs.95).aspx
|
33/1438042989178.64_20150728002309-00326-ip-10-236-191-2_884151211_0.json
|
0abf6cd6_Enumeration__System_Threading___Description
|
[Member name] AbortRequested [Description]
|
The Thread.Abort method has been invoked on the thread, but the thread has not yet received the pending System.Threading.ThreadAbortException that will attempt to terminate it.
|
[] |
ThreadState Enumeration (System.Threading)
|
Description
|
https://msdn.microsoft.com/en-us/library/system.threading.threadstate(v=vs.95).aspx
|
33/1438042989178.64_20150728002309-00326-ip-10-236-191-2_884151211_0.json
|
0abf6cd6_Enumeration__System_Threading___Description
|
[Member name] Aborted [Description]
|
The thread state includes AbortRequested and the thread is now dead, but its state has not yet changed to Stopped.
|
[] |
ThreadState Enumeration (System.Threading)
|
Description
|
https://msdn.microsoft.com/en-us/library/system.threading.threadstate(v=vs.95).aspx
|
33/1438042989178.64_20150728002309-00326-ip-10-236-191-2_884151211_0.json
|
f45364de_SQLCancel_Function__Error
|
[SQLSTATE] 01000 [Description] Driver-specific informational message. (Function returns SQL_SUCCESS_WITH_INFO.) [Error]
|
General warning
|
[] |
SQLCancel Function
|
Error
|
https://msdn.microsoft.com/en-us/library/ms714112.aspx
|
33/1438042989178.64_20150728002309-00267-ip-10-236-191-2_895650963_0.json
|
f45364de_SQLCancel_Function__Error
|
[SQLSTATE] HY000 [Description] An error occurred for which there was no specific SQLSTATE and for which no implementation-specific SQLSTATE was defined. The error message returned by SQLGetDiagRec in the argument *MessageText buffer describes the error and its cause. [Error]
|
General error
|
[] |
SQLCancel Function
|
Error
|
https://msdn.microsoft.com/en-us/library/ms714112.aspx
|
33/1438042989178.64_20150728002309-00267-ip-10-236-191-2_895650963_0.json
|
f45364de_SQLCancel_Function__Error
|
[SQLSTATE] HY001 [Description] The driver was unable to allocate memory required to support execution or completion of the function. [Error]
|
Memory allocation error
|
[] |
SQLCancel Function
|
Error
|
https://msdn.microsoft.com/en-us/library/ms714112.aspx
|
33/1438042989178.64_20150728002309-00267-ip-10-236-191-2_895650963_0.json
|
f45364de_SQLCancel_Function__Error
|
[SQLSTATE] HY010 [Description] (DM) An asynchronously executing function was called for the connection handle that is associated with the StatementHandle. This asynchronous function was still executing when the SQLCancel function was called. (DM) Cancel operation failed because an asynchronous operation is in progress on a connection handle that is associated with StatementHandle. [Error]
|
Function sequence error
|
[] |
SQLCancel Function
|
Error
|
https://msdn.microsoft.com/en-us/library/ms714112.aspx
|
33/1438042989178.64_20150728002309-00267-ip-10-236-191-2_895650963_0.json
|
f45364de_SQLCancel_Function__Error
|
[SQLSTATE] HY013 [Description] The function call could not be processed because the underlying memory objects could not be accessed, possibly because of low memory conditions. [Error]
|
Memory management error
|
[] |
SQLCancel Function
|
Error
|
https://msdn.microsoft.com/en-us/library/ms714112.aspx
|
33/1438042989178.64_20150728002309-00267-ip-10-236-191-2_895650963_0.json
|
f45364de_SQLCancel_Function__Error
|
[SQLSTATE] HY018 [Description] The server declined the cancel request. [Error]
|
Server declined cancel request
|
[] |
SQLCancel Function
|
Error
|
https://msdn.microsoft.com/en-us/library/ms714112.aspx
|
33/1438042989178.64_20150728002309-00267-ip-10-236-191-2_895650963_0.json
|
f45364de_SQLCancel_Function__Error
|
[SQLSTATE] HY117 [Description] (DM) For more information about suspended state, see SQLEndTran Function. [Error]
|
Connection is suspended due to unknown transaction state. Only disconnect and read-only functions are allowed.
|
[] |
SQLCancel Function
|
Error
|
https://msdn.microsoft.com/en-us/library/ms714112.aspx
|
33/1438042989178.64_20150728002309-00267-ip-10-236-191-2_895650963_0.json
|
f45364de_SQLCancel_Function__Error
|
[SQLSTATE] HYT01 [Description] The connection timeout period expired before the data source responded to the request. The connection timeout period is set through SQLSetConnectAttr, SQL_ATTR_CONNECTION_TIMEOUT. [Error]
|
Connection timeout expired
|
[] |
SQLCancel Function
|
Error
|
https://msdn.microsoft.com/en-us/library/ms714112.aspx
|
33/1438042989178.64_20150728002309-00267-ip-10-236-191-2_895650963_0.json
|
f45364de_SQLCancel_Function__Error
|
[SQLSTATE] IM001 [Description] (DM) The driver associated with the StatementHandle does not support the function. [Error]
|
Driver does not support this function
|
[] |
SQLCancel Function
|
Error
|
https://msdn.microsoft.com/en-us/library/ms714112.aspx
|
33/1438042989178.64_20150728002309-00267-ip-10-236-191-2_895650963_0.json
|
09f3ea95_Server_Database_Engine_Samples__Name
|
[Description] Demonstrates the use of the integration of the common language runtime (CLR) component of the .NET Framework into SQL Server 2005. Also demonstrates the use of SQL Server Management Objects (SMO). [Name]
|
Programmability Samples
|
[] |
SQL Server Database Engine Samples
|
Name
|
https://msdn.microsoft.com/en-US/library/ms160958(v=sql.90).aspx
|
33/1438042989178.64_20150728002309-00195-ip-10-236-191-2_886135426_0.json
|
09f3ea95_Server_Database_Engine_Samples__Name
|
[Description] Demonstrates the use of XML in applications. [Name]
|
XML Samples
|
[] |
SQL Server Database Engine Samples
|
Name
|
https://msdn.microsoft.com/en-US/library/ms160958(v=sql.90).aspx
|
33/1438042989178.64_20150728002309-00195-ip-10-236-191-2_886135426_0.json
|
09f3ea95_Server_Database_Engine_Samples__Name
|
[Description] Demonstrates the use of administrative features such as event notifications. [Name]
|
Administration Samples
|
[] |
SQL Server Database Engine Samples
|
Name
|
https://msdn.microsoft.com/en-US/library/ms160958(v=sql.90).aspx
|
33/1438042989178.64_20150728002309-00195-ip-10-236-191-2_886135426_0.json
|
09f3ea95_Server_Database_Engine_Samples__Name
|
[Description] Demonstrates the use of SQL Server 2005 features when retrieving data. [Name]
|
Data Access Samples
|
[] |
SQL Server Database Engine Samples
|
Name
|
https://msdn.microsoft.com/en-US/library/ms160958(v=sql.90).aspx
|
33/1438042989178.64_20150728002309-00195-ip-10-236-191-2_886135426_0.json
|
09f3ea95_Server_Database_Engine_Samples__Name
|
[Description] Demonstrates how to work with Full-Text Search. [Name]
|
Full-Text Search Samples
|
[] |
SQL Server Database Engine Samples
|
Name
|
https://msdn.microsoft.com/en-US/library/ms160958(v=sql.90).aspx
|
33/1438042989178.64_20150728002309-00195-ip-10-236-191-2_886135426_0.json
|
09f3ea95_Server_Database_Engine_Samples__Name
|
[Description] Demonstrates the use of Service Broker. [Name]
|
Service Broker Samples
|
[] |
SQL Server Database Engine Samples
|
Name
|
https://msdn.microsoft.com/en-US/library/ms160958(v=sql.90).aspx
|
33/1438042989178.64_20150728002309-00195-ip-10-236-191-2_886135426_0.json
|
beebc8ed_iler_Templates_and_Permissions__Topic
|
[Description] Contains information about the predefined trace templates that ship with SQL Server Profiler. [Topic]
|
SQL Server Profiler Templates
|
[] |
SQL Server Profiler Templates and Permissions
|
Topic
|
https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx
|
33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json
|
beebc8ed_iler_Templates_and_Permissions__Topic
|
[Description] Contains information about the permissions that are required to run SQL Server Profiler. [Topic]
|
Permissions Required to Run SQL Server Profiler
|
[] |
SQL Server Profiler Templates and Permissions
|
Topic
|
https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx
|
33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json
|
beebc8ed_iler_Templates_and_Permissions__Topic
|
[Description] Contains information about saving trace output and about saving trace definitions into a template. [Topic]
|
Save Traces and Trace Templates
|
[] |
SQL Server Profiler Templates and Permissions
|
Topic
|
https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx
|
33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json
|
beebc8ed_iler_Templates_and_Permissions__Topic
|
[Description] Contains information about modifying trace templates by using SQL Server Profiler or by using Transact-SQL. [Topic]
|
Modify Trace Templates
|
[] |
SQL Server Profiler Templates and Permissions
|
Topic
|
https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx
|
33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json
|
beebc8ed_iler_Templates_and_Permissions__Topic
|
[Description] Contains information about what happens when you start, pause, or stop a trace. [Topic]
|
Start a Trace
|
[] |
SQL Server Profiler Templates and Permissions
|
Topic
|
https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx
|
33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json
|
beebc8ed_iler_Templates_and_Permissions__Topic
|
[Description] Contains information about correlating Windows performance log data with a trace by using SQL Server Profiler. [Topic]
|
Correlate a Trace with Windows Performance Log Data
|
[] |
SQL Server Profiler Templates and Permissions
|
Topic
|
https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx
|
33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json
|
beebc8ed_iler_Templates_and_Permissions__Topic
|
[Description] Contains information about using traces to troubleshoot data, displaying object names in a trace, and finding events in a trace. [Topic]
|
View and Analyze Traces with SQL Server Profiler
|
[] |
SQL Server Profiler Templates and Permissions
|
Topic
|
https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx
|
33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json
|
beebc8ed_iler_Templates_and_Permissions__Topic
|
[Description] Contains information about using SQL Server Profiler to identify the cause of a deadlock. [Topic]
|
Analyze Deadlocks with SQL Server Profiler
|
[] |
SQL Server Profiler Templates and Permissions
|
Topic
|
https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx
|
33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json
|
beebc8ed_iler_Templates_and_Permissions__Topic
|
[Description] Contains information about using SQL Server Profiler to collect and display Showplan and Showplan Statistics results. [Topic]
|
Analyze Queries with SHOWPLAN Results in SQL Server Profiler
|
[] |
SQL Server Profiler Templates and Permissions
|
Topic
|
https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx
|
33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json
|
beebc8ed_iler_Templates_and_Permissions__Topic
|
[Description] Contains information about setting filters on data columns to filter trace output by using SQL Server Profiler. [Topic]
|
Filter Traces with SQL Server Profiler
|
[] |
SQL Server Profiler Templates and Permissions
|
Topic
|
https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx
|
33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json
|
beebc8ed_iler_Templates_and_Permissions__Topic
|
[Description] Contains information that explains what replaying a trace means and what is required to replay a trace. [Topic]
|
Replay Traces
|
[] |
SQL Server Profiler Templates and Permissions
|
Topic
|
https://msdn.microsoft.com/en-us/library/ms187929(d=printer).aspx
|
33/1438042989178.64_20150728002309-00340-ip-10-236-191-2_877913611_1.json
|
e91e484e_nerateApplicationManifest_Task__Description
|
[Parameter] AssemblyName [Description]
|
Optional String parameter. Specifies the Name field of the assembly identity for the generated manifest. If this parameter is not specified, the name is inferred from the EntryPoint or InputManifest parameters. If no name can be created, the task throws an error.
|
[] |
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] AssemblyVersion [Description]
|
Optional String parameter. Specifies the Version field of the assembly identity for the generated manifest. If this parameter is not specified, a default value of "1.0.0.0" is used.
|
[] |
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] ClrVersion [Description]
|
Optional String parameter. Specifies the minimum version of the Common Language Runtime (CLR) required by the application. The default value is the CLR version in use by the build system. 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
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.