Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. //------------------------------------------------------------------------------ //// 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
- HostedTransportConfigurationManager.cs
- IBuiltInEvidence.cs
- ConfigXmlCDataSection.cs
- DesignerActionUIService.cs
- ListSurrogate.cs
- SpellerError.cs
- AlternateView.cs
- OperationSelectorBehavior.cs
- TabPage.cs
- TypefaceMap.cs
- XLinq.cs
- SizeF.cs
- WebEventCodes.cs
- DbProviderSpecificTypePropertyAttribute.cs
- MenuItem.cs
- ScrollBarAutomationPeer.cs
- FontFamilyValueSerializer.cs
- _NestedMultipleAsyncResult.cs
- WSDualHttpSecurity.cs
- ListViewInsertEventArgs.cs
- DesignTableCollection.cs
- SiteMapNodeItem.cs
- SqlDataSourceView.cs
- RtfControlWordInfo.cs
- RemotingSurrogateSelector.cs
- SerializerWriterEventHandlers.cs
- MaskedTextProvider.cs
- WebBrowserSiteBase.cs
- OptimalBreakSession.cs
- CheckBoxRenderer.cs
- MdiWindowListItemConverter.cs
- Wrapper.cs
- RenameRuleObjectDialog.cs
- WarningException.cs
- HttpApplication.cs
- SqlDataSourceStatusEventArgs.cs
- ToolboxItemWrapper.cs
- assertwrapper.cs
- NodeLabelEditEvent.cs
- SemaphoreFullException.cs
- GeneralTransform.cs
- StaticSiteMapProvider.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- XmlSchemaSubstitutionGroup.cs
- StatusStrip.cs
- KnownColorTable.cs
- SR.cs
- PolicyValidationException.cs
- Iis7Helper.cs
- RectConverter.cs
- CriticalExceptions.cs
- DurationConverter.cs
- HttpRuntime.cs
- TaskCanceledException.cs
- DataServiceProviderWrapper.cs
- DataGridBoundColumn.cs
- DefaultPrintController.cs
- AdRotatorDesigner.cs
- RawKeyboardInputReport.cs
- AudioFileOut.cs
- TrackBarDesigner.cs
- OutputCacheProfile.cs
- Vector3DAnimationBase.cs
- FormatConvertedBitmap.cs
- DetailsViewCommandEventArgs.cs
- StyleHelper.cs
- MatchingStyle.cs
- Point3D.cs
- WebPartTransformer.cs
- IntegrationExceptionEventArgs.cs
- Panel.cs
- UnsafeNativeMethods.cs
- CompilerWrapper.cs
- Base64Encoder.cs
- DictionarySurrogate.cs
- EventMap.cs
- MemberAccessException.cs
- SvcMapFile.cs
- NotFiniteNumberException.cs
- MergeFilterQuery.cs
- ErasingStroke.cs
- EventWaitHandle.cs
- RegexCharClass.cs
- SafeNativeMethods.cs
- SqlBuilder.cs
- CodeSnippetTypeMember.cs
- CodeArgumentReferenceExpression.cs
- WhitespaceRuleLookup.cs
- ObjectManager.cs
- StyleBamlTreeBuilder.cs
- LogManagementAsyncResult.cs
- FtpCachePolicyElement.cs
- ApplicationException.cs
- GrammarBuilderBase.cs
- SafeNativeHandle.cs
- TickBar.cs
- NullableIntMinMaxAggregationOperator.cs
- oledbmetadatacollectionnames.cs
- RuleSettingsCollection.cs
- SystemIPInterfaceProperties.cs