Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / Sql / SqlTriggerAttribute.cs / 1305376 / 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]
public 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
- MobileSysDescriptionAttribute.cs
- pingexception.cs
- CrossSiteScriptingValidation.cs
- DataGridViewColumnConverter.cs
- DoubleConverter.cs
- RelationshipConstraintValidator.cs
- ScriptingScriptResourceHandlerSection.cs
- OracleParameter.cs
- GlyphRunDrawing.cs
- TextEndOfLine.cs
- Setter.cs
- ResourceReader.cs
- PropertyBuilder.cs
- Int32Storage.cs
- SecurityVerifiedMessage.cs
- PageCodeDomTreeGenerator.cs
- CodeTypeDeclarationCollection.cs
- GeneratedContractType.cs
- Terminate.cs
- EmbeddedMailObjectsCollection.cs
- TextFormatterImp.cs
- TextRangeSerialization.cs
- COM2ColorConverter.cs
- DesigntimeLicenseContext.cs
- MouseGestureValueSerializer.cs
- SelectedDatesCollection.cs
- HexParser.cs
- Metadata.cs
- TemplateBindingExpression.cs
- HMACSHA512.cs
- CrossSiteScriptingValidation.cs
- BlobPersonalizationState.cs
- TypeHelper.cs
- DnsCache.cs
- Predicate.cs
- IDQuery.cs
- SHA1.cs
- ProxyGenerationError.cs
- SmiRequestExecutor.cs
- HwndTarget.cs
- XmlnsCompatibleWithAttribute.cs
- MenuCommandService.cs
- RequestTimeoutManager.cs
- Debug.cs
- DataTemplateKey.cs
- RuntimeWrappedException.cs
- GridViewSelectEventArgs.cs
- WebPartZoneDesigner.cs
- MergablePropertyAttribute.cs
- DataGridViewRowStateChangedEventArgs.cs
- IntranetCredentialPolicy.cs
- WebServiceFault.cs
- Point3DAnimationBase.cs
- DataListCommandEventArgs.cs
- CatalogPartChrome.cs
- TextParagraph.cs
- ConfigurationStrings.cs
- MatrixCamera.cs
- LazyInitializer.cs
- SQLRoleProvider.cs
- BitmapPalette.cs
- PageCodeDomTreeGenerator.cs
- PrimitiveSchema.cs
- ClientType.cs
- HtmlElementCollection.cs
- AspCompat.cs
- StrokeFIndices.cs
- CommandLineParser.cs
- ConstructorExpr.cs
- InterleavedZipPartStream.cs
- TableSectionStyle.cs
- GC.cs
- FlowDocumentReaderAutomationPeer.cs
- IBuiltInEvidence.cs
- DispatcherFrame.cs
- PolicyStatement.cs
- NameValuePair.cs
- SqlDataSourceParameterParser.cs
- SecurityProtocolCorrelationState.cs
- HttpRequestCacheValidator.cs
- WsatEtwTraceListener.cs
- XPathNavigator.cs
- OneOfScalarConst.cs
- SourceElementsCollection.cs
- IncrementalReadDecoders.cs
- EntityViewGenerationAttribute.cs
- TemplatedAdorner.cs
- TextServicesCompartmentContext.cs
- Image.cs
- XmlKeywords.cs
- HtmlEmptyTagControlBuilder.cs
- WindowsTokenRoleProvider.cs
- BeginEvent.cs
- ColumnWidthChangingEvent.cs
- TimersDescriptionAttribute.cs
- DictionaryTraceRecord.cs
- BinaryWriter.cs
- ClientApiGenerator.cs
- TimelineClockCollection.cs
- HtmlTableCell.cs