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
94d2cebe_BindingFlags_Enumeration__Member_name
[Description] Specifies that the value of the specified property should be returned. [Value] 4096 [Member name]
GetProperty Supported by the .NET Compact Framework.
[]
BindingFlags Enumeration
Member name
https://msdn.microsoft.com/en-us/library/system.reflection.bindingflags(v=vs.71).aspx
41/1438042989510.73_20150728002309-00149-ip-10-236-191-2_866447831_2.json
94d2cebe_BindingFlags_Enumeration__Member_name
[Description] Specifies that the case of the member name should not be considered when binding. [Value] 1 [Member name]
IgnoreCase Supported by the .NET Compact Framework.
[]
BindingFlags Enumeration
Member name
https://msdn.microsoft.com/en-us/library/system.reflection.bindingflags(v=vs.71).aspx
41/1438042989510.73_20150728002309-00149-ip-10-236-191-2_866447831_2.json
94d2cebe_BindingFlags_Enumeration__Member_name
[Description] Used in COM interop to specify that the return value of the member can be ignored. [Value] 16777216 [Member name]
IgnoreReturn Supported by the .NET Compact Framework.
[]
BindingFlags Enumeration
Member name
https://msdn.microsoft.com/en-us/library/system.reflection.bindingflags(v=vs.71).aspx
41/1438042989510.73_20150728002309-00149-ip-10-236-191-2_866447831_2.json
94d2cebe_BindingFlags_Enumeration__Member_name
[Description] Specifies that instance members are to be included in the search. [Value] 4 [Member name]
Instance Supported by the .NET Compact Framework.
[]
BindingFlags Enumeration
Member name
https://msdn.microsoft.com/en-us/library/system.reflection.bindingflags(v=vs.71).aspx
41/1438042989510.73_20150728002309-00149-ip-10-236-191-2_866447831_2.json
94d2cebe_BindingFlags_Enumeration__Member_name
[Description] Specifies that a method is to be invoked. This may not be a constructor or a type initializer. [Value] 256 [Member name]
InvokeMethod Supported by the .NET Compact Framework.
[]
BindingFlags Enumeration
Member name
https://msdn.microsoft.com/en-us/library/system.reflection.bindingflags(v=vs.71).aspx
41/1438042989510.73_20150728002309-00149-ip-10-236-191-2_866447831_2.json
94d2cebe_BindingFlags_Enumeration__Member_name
[Description] Specifies that non-public members are to be included in the search. [Value] 32 [Member name]
NonPublic Supported by the .NET Compact Framework.
[]
BindingFlags Enumeration
Member name
https://msdn.microsoft.com/en-us/library/system.reflection.bindingflags(v=vs.71).aspx
41/1438042989510.73_20150728002309-00149-ip-10-236-191-2_866447831_2.json
94d2cebe_BindingFlags_Enumeration__Member_name
[Description] Returns the set of members whose parameter count matches the number of supplied arguments. This binding flag is used for methods with parameters that have default values and methods with variable arguments (varargs). This flag should only be used with Type.InvokeMember. Parameters with default values are used only in calls where trailing arguments are omitted. They must be the last arguments. [Value] 262144 [Member name]
OptionalParamBinding Supported by the .NET Compact Framework.
[]
BindingFlags Enumeration
Member name
https://msdn.microsoft.com/en-us/library/system.reflection.bindingflags(v=vs.71).aspx
41/1438042989510.73_20150728002309-00149-ip-10-236-191-2_866447831_2.json
94d2cebe_BindingFlags_Enumeration__Member_name
[Description] Specifies that public members are to be included in the search. [Value] 16 [Member name]
Public Supported by the .NET Compact Framework.
[]
BindingFlags Enumeration
Member name
https://msdn.microsoft.com/en-us/library/system.reflection.bindingflags(v=vs.71).aspx
41/1438042989510.73_20150728002309-00149-ip-10-236-191-2_866447831_2.json
94d2cebe_BindingFlags_Enumeration__Member_name
[Description] Specifies that the PROPPUT member on a COM object should be invoked. PROPPUT specifies a property-setting function that uses a value. Use PutDispProperty if a property has both PROPPUT and PROPPUTREF and you need to distinguish which one is called. [Value] 16384 [Member name]
PutDispProperty Supported by the .NET Compact Framework.
[]
BindingFlags Enumeration
Member name
https://msdn.microsoft.com/en-us/library/system.reflection.bindingflags(v=vs.71).aspx
41/1438042989510.73_20150728002309-00149-ip-10-236-191-2_866447831_2.json
94d2cebe_BindingFlags_Enumeration__Member_name
[Description] Specifies that the PROPPUTREF member on a COM object should be invoked. PROPPUTREF specifies a property-setting function that uses a reference instead of a value. Use PutRefDispProperty if a property has both PROPPUT and PROPPUTREF and you need to distinguish which one is called. [Value] 32768 [Member name]
PutRefDispProperty Supported by the .NET Compact Framework.
[]
BindingFlags Enumeration
Member name
https://msdn.microsoft.com/en-us/library/system.reflection.bindingflags(v=vs.71).aspx
41/1438042989510.73_20150728002309-00149-ip-10-236-191-2_866447831_2.json
94d2cebe_BindingFlags_Enumeration__Member_name
[Description] Specifies that the value of the specified field should be set. [Value] 2048 [Member name]
SetField Supported by the .NET Compact Framework.
[]
BindingFlags Enumeration
Member name
https://msdn.microsoft.com/en-us/library/system.reflection.bindingflags(v=vs.71).aspx
41/1438042989510.73_20150728002309-00149-ip-10-236-191-2_866447831_2.json
94d2cebe_BindingFlags_Enumeration__Member_name
[Description] Specifies that the value of the specified property should be set. For COM properties, specifying this binding flag is equivalent to specifying PutDispProperty and PutRefDispProperty. [Value] 8192 [Member name]
SetProperty Supported by the .NET Compact Framework.
[]
BindingFlags Enumeration
Member name
https://msdn.microsoft.com/en-us/library/system.reflection.bindingflags(v=vs.71).aspx
41/1438042989510.73_20150728002309-00149-ip-10-236-191-2_866447831_2.json
94d2cebe_BindingFlags_Enumeration__Member_name
[Description] Specifies that static members are to be included in the search. [Value] 8 [Member name]
Static Supported by the .NET Compact Framework.
[]
BindingFlags Enumeration
Member name
https://msdn.microsoft.com/en-us/library/system.reflection.bindingflags(v=vs.71).aspx
41/1438042989510.73_20150728002309-00149-ip-10-236-191-2_866447831_2.json
94d2cebe_BindingFlags_Enumeration__Member_name
[Description] Not implemented. [Value] 131072 [Member name]
SuppressChangeType Supported by the .NET Compact Framework.
[]
BindingFlags Enumeration
Member name
https://msdn.microsoft.com/en-us/library/system.reflection.bindingflags(v=vs.71).aspx
41/1438042989510.73_20150728002309-00149-ip-10-236-191-2_866447831_2.json
eb7f76a1_eration__System_Windows_Forms___Member_name
[Description] All sides of the ToolStripStatusLabel have borders. [Member name]
All
[ [ "A", "l", "l" ], [ "B", "o", "t", "t", "o", "m" ], [ "L", "e", "f", "t" ], [ "N", "o", "n", "e" ], [ "R", "i", "g", "h", "t" ], [ "T", "o", "p" ] ]
ToolStripStatusLabelBorderSides Enumeration (System.Windows.Forms)
Member name
https://msdn.microsoft.com/en-us/library/system.windows.forms.toolstripstatuslabelbordersides(v=vs.85).aspx
41/1438042989510.73_20150728002309-00247-ip-10-236-191-2_874345084_0.json
eb7f76a1_eration__System_Windows_Forms___Member_name
[Description] Only the bottom side of the ToolStripStatusLabel has borders. [Member name]
Bottom
[ [ "A", "l", "l" ], [ "B", "o", "t", "t", "o", "m" ], [ "L", "e", "f", "t" ], [ "N", "o", "n", "e" ], [ "R", "i", "g", "h", "t" ], [ "T", "o", "p" ] ]
ToolStripStatusLabelBorderSides Enumeration (System.Windows.Forms)
Member name
https://msdn.microsoft.com/en-us/library/system.windows.forms.toolstripstatuslabelbordersides(v=vs.85).aspx
41/1438042989510.73_20150728002309-00247-ip-10-236-191-2_874345084_0.json
eb7f76a1_eration__System_Windows_Forms___Member_name
[Description] Only the left side of the ToolStripStatusLabel has borders. [Member name]
Left
[ [ "A", "l", "l" ], [ "B", "o", "t", "t", "o", "m" ], [ "L", "e", "f", "t" ], [ "N", "o", "n", "e" ], [ "R", "i", "g", "h", "t" ], [ "T", "o", "p" ] ]
ToolStripStatusLabelBorderSides Enumeration (System.Windows.Forms)
Member name
https://msdn.microsoft.com/en-us/library/system.windows.forms.toolstripstatuslabelbordersides(v=vs.85).aspx
41/1438042989510.73_20150728002309-00247-ip-10-236-191-2_874345084_0.json
eb7f76a1_eration__System_Windows_Forms___Member_name
[Description] The ToolStripStatusLabel has no borders. [Member name]
None
[ [ "A", "l", "l" ], [ "B", "o", "t", "t", "o", "m" ], [ "L", "e", "f", "t" ], [ "N", "o", "n", "e" ], [ "R", "i", "g", "h", "t" ], [ "T", "o", "p" ] ]
ToolStripStatusLabelBorderSides Enumeration (System.Windows.Forms)
Member name
https://msdn.microsoft.com/en-us/library/system.windows.forms.toolstripstatuslabelbordersides(v=vs.85).aspx
41/1438042989510.73_20150728002309-00247-ip-10-236-191-2_874345084_0.json
eb7f76a1_eration__System_Windows_Forms___Member_name
[Description] Only the right side of the ToolStripStatusLabel has borders. [Member name]
Right
[ [ "A", "l", "l" ], [ "B", "o", "t", "t", "o", "m" ], [ "L", "e", "f", "t" ], [ "N", "o", "n", "e" ], [ "R", "i", "g", "h", "t" ], [ "T", "o", "p" ] ]
ToolStripStatusLabelBorderSides Enumeration (System.Windows.Forms)
Member name
https://msdn.microsoft.com/en-us/library/system.windows.forms.toolstripstatuslabelbordersides(v=vs.85).aspx
41/1438042989510.73_20150728002309-00247-ip-10-236-191-2_874345084_0.json
eb7f76a1_eration__System_Windows_Forms___Member_name
[Description] Only the top side of the ToolStripStatusLabel has borders. [Member name]
Top
[ [ "A", "l", "l" ], [ "B", "o", "t", "t", "o", "m" ], [ "L", "e", "f", "t" ], [ "N", "o", "n", "e" ], [ "R", "i", "g", "h", "t" ], [ "T", "o", "p" ] ]
ToolStripStatusLabelBorderSides Enumeration (System.Windows.Forms)
Member name
https://msdn.microsoft.com/en-us/library/system.windows.forms.toolstripstatuslabelbordersides(v=vs.85).aspx
41/1438042989510.73_20150728002309-00247-ip-10-236-191-2_874345084_0.json
1da02e87_eration__System_Windows_Forms___Description
[Member name] AlternatingRows [Description]
One or more values of the object returned by the AlternatingRowsDefaultCellStyle property changed.
[]
DataGridViewCellStyleScopes Enumeration (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcellstylescopes(v=vs.85).aspx
41/1438042989510.73_20150728002309-00138-ip-10-236-191-2_882601772_0.json
1da02e87_eration__System_Windows_Forms___Description
[Member name] Cell [Description]
One or more values of the object returned by the Style property changed.
[]
DataGridViewCellStyleScopes Enumeration (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcellstylescopes(v=vs.85).aspx
41/1438042989510.73_20150728002309-00138-ip-10-236-191-2_882601772_0.json
1da02e87_eration__System_Windows_Forms___Description
[Member name] Column [Description]
One or more values of the object returned by the DefaultCellStyle property changed.
[]
DataGridViewCellStyleScopes Enumeration (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcellstylescopes(v=vs.85).aspx
41/1438042989510.73_20150728002309-00138-ip-10-236-191-2_882601772_0.json
1da02e87_eration__System_Windows_Forms___Description
[Member name] ColumnHeaders [Description]
One or more values of the object returned by the ColumnHeadersDefaultCellStyle property changed.
[]
DataGridViewCellStyleScopes Enumeration (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcellstylescopes(v=vs.85).aspx
41/1438042989510.73_20150728002309-00138-ip-10-236-191-2_882601772_0.json
1da02e87_eration__System_Windows_Forms___Description
[Member name] DataGridView [Description]
One or more values of the object returned by the DefaultCellStyle property changed.
[]
DataGridViewCellStyleScopes Enumeration (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcellstylescopes(v=vs.85).aspx
41/1438042989510.73_20150728002309-00138-ip-10-236-191-2_882601772_0.json
1da02e87_eration__System_Windows_Forms___Description
[Member name] None [Description]
The owning entity is unspecified.
[]
DataGridViewCellStyleScopes Enumeration (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcellstylescopes(v=vs.85).aspx
41/1438042989510.73_20150728002309-00138-ip-10-236-191-2_882601772_0.json
1da02e87_eration__System_Windows_Forms___Description
[Member name] Row [Description]
One or more values of the object returned by the DefaultCellStyle property changed.
[]
DataGridViewCellStyleScopes Enumeration (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcellstylescopes(v=vs.85).aspx
41/1438042989510.73_20150728002309-00138-ip-10-236-191-2_882601772_0.json
1da02e87_eration__System_Windows_Forms___Description
[Member name] RowHeaders [Description]
One or more values of the object returned by the RowHeadersDefaultCellStyle property changed.
[]
DataGridViewCellStyleScopes Enumeration (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcellstylescopes(v=vs.85).aspx
41/1438042989510.73_20150728002309-00138-ip-10-236-191-2_882601772_0.json
1da02e87_eration__System_Windows_Forms___Description
[Member name] Rows [Description]
One or more values of the object returned by the RowsDefaultCellStyle property changed.
[]
DataGridViewCellStyleScopes Enumeration (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcellstylescopes(v=vs.85).aspx
41/1438042989510.73_20150728002309-00138-ip-10-236-191-2_882601772_0.json
87335ae6_iption_articles__Transact_SQL___Column_name
[Data type] int [Description] The ID of the agent that services this article [Column name]
agent_id
[ [ "a", "g", "e", "n", "t", "_", "i", "d" ], [ "a", "r", "t", "i", "d" ], [ "a", "r", "t", "i", "c", "l", "e" ], [ "d", "e", "s", "t", "_", "t", "a", "b", "l", "e" ], [ "o", "w", "n", "e", "r" ], [ "c", "f", "t", "_", "t", "a", "b", "l", "e" ] ]
MSsubscription_articles (Transact-SQL)
Column name
https://msdn.microsoft.com/en-us/library/ms189500.aspx
41/1438042989510.73_20150728002309-00242-ip-10-236-191-2_883701836_0.json
87335ae6_iption_articles__Transact_SQL___Column_name
[Data type] int [Description] The article ID from the sysarticles table. [Column name]
artid
[ [ "a", "g", "e", "n", "t", "_", "i", "d" ], [ "a", "r", "t", "i", "d" ], [ "a", "r", "t", "i", "c", "l", "e" ], [ "d", "e", "s", "t", "_", "t", "a", "b", "l", "e" ], [ "o", "w", "n", "e", "r" ], [ "c", "f", "t", "_", "t", "a", "b", "l", "e" ] ]
MSsubscription_articles (Transact-SQL)
Column name
https://msdn.microsoft.com/en-us/library/ms189500.aspx
41/1438042989510.73_20150728002309-00242-ip-10-236-191-2_883701836_0.json
87335ae6_iption_articles__Transact_SQL___Column_name
[Data type] sysname [Description] The name of the article from the sysarticles table. [Column name]
article
[ [ "a", "g", "e", "n", "t", "_", "i", "d" ], [ "a", "r", "t", "i", "d" ], [ "a", "r", "t", "i", "c", "l", "e" ], [ "d", "e", "s", "t", "_", "t", "a", "b", "l", "e" ], [ "o", "w", "n", "e", "r" ], [ "c", "f", "t", "_", "t", "a", "b", "l", "e" ] ]
MSsubscription_articles (Transact-SQL)
Column name
https://msdn.microsoft.com/en-us/library/ms189500.aspx
41/1438042989510.73_20150728002309-00242-ip-10-236-191-2_883701836_0.json
87335ae6_iption_articles__Transact_SQL___Column_name
[Data type] sysname [Description] The name of the destination table from the sysarticles table. [Column name]
dest_table
[ [ "a", "g", "e", "n", "t", "_", "i", "d" ], [ "a", "r", "t", "i", "d" ], [ "a", "r", "t", "i", "c", "l", "e" ], [ "d", "e", "s", "t", "_", "t", "a", "b", "l", "e" ], [ "o", "w", "n", "e", "r" ], [ "c", "f", "t", "_", "t", "a", "b", "l", "e" ] ]
MSsubscription_articles (Transact-SQL)
Column name
https://msdn.microsoft.com/en-us/library/ms189500.aspx
41/1438042989510.73_20150728002309-00242-ip-10-236-191-2_883701836_0.json
87335ae6_iption_articles__Transact_SQL___Column_name
[Data type] sysname [Description] The owner of the subscription. [Column name]
owner
[ [ "a", "g", "e", "n", "t", "_", "i", "d" ], [ "a", "r", "t", "i", "d" ], [ "a", "r", "t", "i", "c", "l", "e" ], [ "d", "e", "s", "t", "_", "t", "a", "b", "l", "e" ], [ "o", "w", "n", "e", "r" ], [ "c", "f", "t", "_", "t", "a", "b", "l", "e" ] ]
MSsubscription_articles (Transact-SQL)
Column name
https://msdn.microsoft.com/en-us/library/ms189500.aspx
41/1438042989510.73_20150728002309-00242-ip-10-236-191-2_883701836_0.json
87335ae6_iption_articles__Transact_SQL___Column_name
[Data type] sysname [Description] The name of the conflict table for this article, for queued updating replication type. [Column name]
cft_table
[ [ "a", "g", "e", "n", "t", "_", "i", "d" ], [ "a", "r", "t", "i", "d" ], [ "a", "r", "t", "i", "c", "l", "e" ], [ "d", "e", "s", "t", "_", "t", "a", "b", "l", "e" ], [ "o", "w", "n", "e", "r" ], [ "c", "f", "t", "_", "t", "a", "b", "l", "e" ] ]
MSsubscription_articles (Transact-SQL)
Column name
https://msdn.microsoft.com/en-us/library/ms189500.aspx
41/1438042989510.73_20150728002309-00242-ip-10-236-191-2_883701836_0.json
161e9f39_ect_Templates_in_Visual_Studio__More_Information
[Project Template] Setup and Deployment/Setup Project [More Information]
See How to: Create or Add a Setup Project.
[]
Default Project Templates in Visual Studio
More Information
https://msdn.microsoft.com/en-us/library/0fyc0azh(d=printer,v=vs.90).aspx
41/1438042989510.73_20150728002309-00215-ip-10-236-191-2_893764904_8.json
161e9f39_ect_Templates_in_Visual_Studio__More_Information
[Project Template] Setup and Deployment/Web Setup Project [More Information]
See Deployment of a Web Setup Project.
[]
Default Project Templates in Visual Studio
More Information
https://msdn.microsoft.com/en-us/library/0fyc0azh(d=printer,v=vs.90).aspx
41/1438042989510.73_20150728002309-00215-ip-10-236-191-2_893764904_8.json
161e9f39_ect_Templates_in_Visual_Studio__More_Information
[Project Template] Setup and Deployment/Merge Module Project [More Information]
See How to: Create or Add a Merge Module Project.
[]
Default Project Templates in Visual Studio
More Information
https://msdn.microsoft.com/en-us/library/0fyc0azh(d=printer,v=vs.90).aspx
41/1438042989510.73_20150728002309-00215-ip-10-236-191-2_893764904_8.json
161e9f39_ect_Templates_in_Visual_Studio__More_Information
[Project Template] Setup and Deployment/Setup Wizard [More Information]
See Setup Wizard.
[]
Default Project Templates in Visual Studio
More Information
https://msdn.microsoft.com/en-us/library/0fyc0azh(d=printer,v=vs.90).aspx
41/1438042989510.73_20150728002309-00215-ip-10-236-191-2_893764904_8.json
161e9f39_ect_Templates_in_Visual_Studio__More_Information
[Project Template] Setup and Deployment/CAB Project [More Information]
See How to: Create or Add a Cab Project.
[]
Default Project Templates in Visual Studio
More Information
https://msdn.microsoft.com/en-us/library/0fyc0azh(d=printer,v=vs.90).aspx
41/1438042989510.73_20150728002309-00215-ip-10-236-191-2_893764904_8.json
161e9f39_ect_Templates_in_Visual_Studio__More_Information
[Project Template] Setup and Deployment/Smart Device CAB Project [More Information]
See Packaging Device Solutions Overview.
[]
Default Project Templates in Visual Studio
More Information
https://msdn.microsoft.com/en-us/library/0fyc0azh(d=printer,v=vs.90).aspx
41/1438042989510.73_20150728002309-00215-ip-10-236-191-2_893764904_8.json
161e9f39_ect_Templates_in_Visual_Studio__More_Information
[Project Template] Database/Database Project [More Information]
Database projects provide ways to programmatically interact with databases. For more information, see How to: Create Database and Server Projects.
[]
Default Project Templates in Visual Studio
More Information
https://msdn.microsoft.com/en-us/library/0fyc0azh(d=printer,v=vs.90).aspx
41/1438042989510.73_20150728002309-00215-ip-10-236-191-2_893764904_8.json
161e9f39_ect_Templates_in_Visual_Studio__More_Information
[Project Template] Extensibility/Visual Studio Add-in [More Information]
Visual Studio Add-ins add functionality to the Visual Studio and Visual Studio Macros environments. For more information, see How to: Create an Add-In.
[]
Default Project Templates in Visual Studio
More Information
https://msdn.microsoft.com/en-us/library/0fyc0azh(d=printer,v=vs.90).aspx
41/1438042989510.73_20150728002309-00215-ip-10-236-191-2_893764904_8.json
161e9f39_ect_Templates_in_Visual_Studio__More_Information
[Project Template] Extensibility/Shared Add-in [More Information]
Shared Add-ins can add functionality to one or more Microsoft Office applications, as well as to Visual Studio. For more information, see How to: Create an Add-In.
[]
Default Project Templates in Visual Studio
More Information
https://msdn.microsoft.com/en-us/library/0fyc0azh(d=printer,v=vs.90).aspx
41/1438042989510.73_20150728002309-00215-ip-10-236-191-2_893764904_8.json
161e9f39_ect_Templates_in_Visual_Studio__More_Information
[Project Template] Visual Studio Solutions/Blank Solution [More Information]
This creates a solution file and directory structure to add projects to. See Blank Solution Template.
[]
Default Project Templates in Visual Studio
More Information
https://msdn.microsoft.com/en-us/library/0fyc0azh(d=printer,v=vs.90).aspx
41/1438042989510.73_20150728002309-00215-ip-10-236-191-2_893764904_8.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] AnsiNullsStatus [Description]
Gets the Boolean property value that specifies whether ISO NULL handling is enabled in the trigger.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] AssemblyName [Description]
Gets or sets the name of the .NET assembly that is required by the referenced trigger.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] ClassName [Description]
Gets or sets the name of the class that is called by the referenced trigger.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] CreateDate [Description]
Gets the date and time when the trigger was created.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] DateLastModified [Description]
Gets the date and time when the trigger was last modified.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] Delete [Description]
Gets or sets the Boolean property value that specifies whether the trigger is executed when records are deleted from the table.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] DeleteOrder [Description]
Gets or sets the order in which the trigger and the delete operation are executed.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] Events [Description]
Gets the events that are associated with the trigger.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] ExecuteForScalar [Description]
Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option. (Inherited from SqlSmoObject.)
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] ExecutionContext [Description]
Gets or sets the execution context.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] ExecutionContextPrincipal [Description]
Gets or sets the execution context principal.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] ExtendedProperties [Description]
Gets the extended properties of the Trigger object.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] ID [Description]
Gets the ID value that uniquely identifies the trigger.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] ImplementationType [Description]
Gets or sets the implementation type of the trigger.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] Insert [Description]
Gets or sets the Boolean property value that specifies whether the trigger is fired when records are inserted into the table.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] InsertOrder [Description]
Gets or sets the order in which the trigger and the insert operation are executed.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] InsteadOf [Description]
Gets or sets a Boolean property that specifies whether the trigger runs instead of the insert, delete, or update operation.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] IsEnabled [Description]
Gets or sets the Boolean property that specifies whether the trigger is enabled.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] IsEncrypted [Description]
Gets or sets the Boolean property value that specifies whether the trigger is encrypted.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] IsSystemObject [Description]
Gets the Boolean property value that specifies whether the trigger is a system object.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] IsTouched [Description]
Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server. (Inherited from SqlSmoObject.)
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] MethodName [Description]
Gets the method name for the trigger.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] Name [Description]
Gets or sets a String value that specifies the name of the trigger. (Overrides NamedSmoObject.Name.)
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] NotForReplication [Description]
Gets or sets a Boolean property value that specifies whether the trigger is included in replication operations.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] ObjectInSpace [Description]
Gets the Boolean property value that specifies whether the object exists in isolation, or whether it is directly or indirectly connected to the instance of SQL Server. (Inherited from SqlSmoObject.)
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] Parent [Description]
Gets or sets the SqlSmoObject object that is the parent of the Trigger object.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] Properties [Description]
Gets a collection of Property objects that represent the object properties. (Inherited from SqlSmoObject.)
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] QuotedIdentifierStatus [Description]
Gets or sets a Boolean property value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] ScalarResult [Description]
Gets the scalar result for the referenced object. (Inherited from SqlSmoObject.)
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] State [Description]
Gets the state of the referenced object. (Inherited from SmoObjectBase.)
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] TextBody [Description]
Gets or sets the Transact-SQL string that defines the trigger.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] TextHeader [Description]
Gets or sets the header part of the Transact-SQL string that defines the trigger.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] TextMode [Description]
Gets or sets the Boolean property that specifies whether the text header is editable as text.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] Update [Description]
Gets or sets the Boolean property value that specifies whether the trigger is fired when records are updated in the table.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] UpdateOrder [Description]
Gets or sets the order in which the trigger and the update operation are executed.
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] Urn [Description]
Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Inherited from SqlSmoObject.)
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
ca13a4ce_soft_SqlServer_Management_Smo___Description
[Name] UserData [Description]
Gets or sets user-defined data associated with the referenced object. (Inherited from SmoObjectBase.)
[]
Trigger Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.trigger(v=sql.105).aspx
41/1438042986451.45_20150728002306-00133-ip-10-236-191-2_856708058_1.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::Handler [Description]
The handler routine for the service.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::InitializeSecurity [Description]
Provides the default security settings for the service.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::Install [Description]
Installs and creates the service.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::IsInstalled [Description]
Confirms that the service has been installed.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::LogEvent [Description]
Writes to the event log.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::OnContinue [Description]
Override this method to continue the service.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::OnInterrogate [Description]
Override this method to interrogate the service.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::OnPause [Description]
Override this method to pause the service.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::OnShutdown [Description]
Override this method to shut down the service
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::OnStop [Description]
Override this method to stop the service
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::OnUnknownRequest [Description]
Override this method to handle unknown requests to the service
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::ParseCommandLine [Description]
Parses the command line and performs registration if necessary.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::PreMessageLoop [Description]
This method is called immediately before entering the message loop.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::RegisterAppId [Description]
Registers the service in the registry.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::Run [Description]
Runs the service.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::ServiceMain [Description]
The method called by the Service Control Manager.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::SetServiceStatus [Description]
Updates the service status.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::Start [Description]
Called by CAtlServiceModuleT::WinMain when the service starts.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json