Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Data / System / Data / Sql / SqlTriggerAttribute.cs / 1 / SqlTriggerAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All Rights Reserved. // Information Contained Herein is Proprietary and Confidential. // //[....] //[....] //daltudov //[....] //beysims //[....] //vadimt //----------------------------------------------------------------------------- using System; namespace Microsoft.SqlServer.Server { [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false), Serializable] #if WINFSInternalOnly internal #else public #endif sealed class SqlTriggerAttribute : System.Attribute { private string m_fName; private string m_fTarget; private string m_fEvent; public SqlTriggerAttribute() { // default values m_fName = null; m_fTarget = null; m_fEvent = null; } public string Name { get { return m_fName; } set { m_fName = value; } } public string Target { get { return m_fTarget; } set { m_fTarget = value; } } public string Event { get { return m_fEvent; } set { m_fEvent = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All Rights Reserved. // Information Contained Herein is Proprietary and Confidential. // //[....] //[....] //daltudov //[....] //beysims //[....] //vadimt //----------------------------------------------------------------------------- using System; namespace Microsoft.SqlServer.Server { [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false), Serializable] #if WINFSInternalOnly internal #else public #endif sealed class SqlTriggerAttribute : System.Attribute { private string m_fName; private string m_fTarget; private string m_fEvent; public SqlTriggerAttribute() { // default values m_fName = null; m_fTarget = null; m_fEvent = null; } public string Name { get { return m_fName; } set { m_fName = value; } } public string Target { get { return m_fTarget; } set { m_fTarget = value; } } public string Event { get { return m_fEvent; } set { m_fEvent = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FrameworkRichTextComposition.cs
- DataGridViewRowConverter.cs
- HttpWebResponse.cs
- SqlDataSourceQueryEditorForm.cs
- ChannelBinding.cs
- ChildTable.cs
- ListViewInsertedEventArgs.cs
- VisualBasicSettings.cs
- MdImport.cs
- SubMenuStyleCollection.cs
- EmptyQuery.cs
- ValidationErrorEventArgs.cs
- OverrideMode.cs
- SmiEventSink.cs
- HitTestWithPointDrawingContextWalker.cs
- ContentType.cs
- Base64Encoder.cs
- XmlNavigatorFilter.cs
- TextEditorTables.cs
- OracleFactory.cs
- EndpointConfigContainer.cs
- TargetConverter.cs
- ExpressionBuilderContext.cs
- HttpModuleCollection.cs
- DelayedRegex.cs
- Converter.cs
- NameNode.cs
- NativeCppClassAttribute.cs
- RefreshEventArgs.cs
- TagPrefixAttribute.cs
- ReadOnlyDictionary.cs
- QueryContext.cs
- XmlSchemaType.cs
- SecurityTokenSerializer.cs
- Assembly.cs
- CqlWriter.cs
- _ChunkParse.cs
- HMAC.cs
- WebPartActionVerb.cs
- isolationinterop.cs
- TypeValidationEventArgs.cs
- TextLineBreak.cs
- ClassHandlersStore.cs
- HtmlTable.cs
- WindowsTitleBar.cs
- Bezier.cs
- SqlDataReader.cs
- SqlDataSourceSelectingEventArgs.cs
- StorageMappingFragment.cs
- LocatorPart.cs
- FamilyCollection.cs
- StringBuilder.cs
- XmlException.cs
- XPathDocumentNavigator.cs
- WebPartCatalogCloseVerb.cs
- RegistryKey.cs
- DataGridRow.cs
- ObsoleteAttribute.cs
- AlternateView.cs
- X509CertificateTrustedIssuerElementCollection.cs
- MDIClient.cs
- HWStack.cs
- XmlWriterSettings.cs
- QilChoice.cs
- IsolatedStorageFile.cs
- OleDbPermission.cs
- GenericTypeParameterBuilder.cs
- IntSecurity.cs
- PropertyBuilder.cs
- LayoutEngine.cs
- WebBrowserNavigatingEventHandler.cs
- IDQuery.cs
- XmlAttributeCollection.cs
- SecureEnvironment.cs
- MediaPlayer.cs
- EdmConstants.cs
- ConnectionConsumerAttribute.cs
- EdmConstants.cs
- DeploymentSection.cs
- Button.cs
- DataGridCheckBoxColumn.cs
- DBSqlParserColumn.cs
- MbpInfo.cs
- StyleCollection.cs
- ChangeProcessor.cs
- ParserContext.cs
- CodeExporter.cs
- CompoundFileDeflateTransform.cs
- HGlobalSafeHandle.cs
- MenuItemStyle.cs
- EventLogWatcher.cs
- DrawingContext.cs
- KeyGestureConverter.cs
- ToolStripOverflowButton.cs
- MergeExecutor.cs
- Mouse.cs
- SchemaTableColumn.cs
- ArgumentOutOfRangeException.cs
- PropertyDescriptorCollection.cs
- EdmValidator.cs