Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Data / System / Data / Sql / SqlProcedureAttribute.cs / 1 / SqlProcedureAttribute.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 SqlProcedureAttribute : System.Attribute { private string m_fName; public SqlProcedureAttribute() { // default values m_fName = null; } public string Name { get { return m_fName; } set { m_fName = 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
- EditingMode.cs
- NotFiniteNumberException.cs
- TerminatorSinks.cs
- RangeValuePatternIdentifiers.cs
- DBSqlParserColumnCollection.cs
- OutOfMemoryException.cs
- GetParentChain.cs
- AttributeProviderAttribute.cs
- ItemCheckedEvent.cs
- RepeatInfo.cs
- NetStream.cs
- DataIdProcessor.cs
- Geometry3D.cs
- SafeArrayRankMismatchException.cs
- DeploymentExceptionMapper.cs
- HopperCache.cs
- SmtpNegotiateAuthenticationModule.cs
- MdImport.cs
- FixedSOMTextRun.cs
- DbgCompiler.cs
- TreeViewItem.cs
- x509store.cs
- Configuration.cs
- DataBoundControlAdapter.cs
- RowSpanVector.cs
- OdbcConnectionFactory.cs
- SimpleMailWebEventProvider.cs
- MarginsConverter.cs
- MetadataCollection.cs
- MouseEventArgs.cs
- XmlCharCheckingReader.cs
- EntityStoreSchemaFilterEntry.cs
- DataGridViewCheckBoxColumn.cs
- SequentialUshortCollection.cs
- InstanceKey.cs
- VBIdentifierName.cs
- RepeaterItemEventArgs.cs
- SchemaCollectionPreprocessor.cs
- TextTreeTextElementNode.cs
- SqlXml.cs
- SingleAnimationBase.cs
- ThreadSafeList.cs
- ImageCreator.cs
- ManagementClass.cs
- MasterPage.cs
- UnicodeEncoding.cs
- ExtensionDataReader.cs
- NamespaceEmitter.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- SelectionRangeConverter.cs
- PerfCounters.cs
- BooleanAnimationBase.cs
- LocatorBase.cs
- TableLayoutSettings.cs
- FormatConvertedBitmap.cs
- PerfProviderCollection.cs
- BaseParaClient.cs
- Rect3D.cs
- PeerChannelListener.cs
- EntityAdapter.cs
- LookupBindingPropertiesAttribute.cs
- AsmxEndpointPickerExtension.cs
- IntersectQueryOperator.cs
- PrinterUnitConvert.cs
- NativeWindow.cs
- ProfileService.cs
- TagPrefixAttribute.cs
- TextFindEngine.cs
- WebHttpEndpointElement.cs
- EntityProviderFactory.cs
- ExpressionConverter.cs
- DataSourceCacheDurationConverter.cs
- MultipartContentParser.cs
- OracleNumber.cs
- Debug.cs
- DoubleLinkListEnumerator.cs
- CheckBox.cs
- QueryResults.cs
- Selection.cs
- APCustomTypeDescriptor.cs
- XmlTypeAttribute.cs
- NamespaceList.cs
- XPathNodePointer.cs
- FrugalMap.cs
- IdentityModelDictionary.cs
- PathGeometry.cs
- AspCompat.cs
- DifferencingCollection.cs
- TemplateContent.cs
- SqlClientWrapperSmiStream.cs
- ScrollViewerAutomationPeer.cs
- NonVisualControlAttribute.cs
- _NegoStream.cs
- TargetParameterCountException.cs
- ReliableChannelFactory.cs
- ValidatingPropertiesEventArgs.cs
- ProfileSection.cs
- Asn1IntegerConverter.cs
- BasicViewGenerator.cs
- XmlSchemaInclude.cs