Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- InheritanceAttribute.cs
- RenderContext.cs
- ArgumentException.cs
- TagPrefixCollection.cs
- ProfileGroupSettingsCollection.cs
- RadioButtonFlatAdapter.cs
- EntityKey.cs
- ListDictionary.cs
- DetailsViewRow.cs
- PageBuildProvider.cs
- PageThemeBuildProvider.cs
- ConstraintEnumerator.cs
- Collection.cs
- GroupLabel.cs
- XmlResolver.cs
- DLinqAssociationProvider.cs
- RecommendedAsConfigurableAttribute.cs
- _SSPIWrapper.cs
- MsmqIntegrationProcessProtocolHandler.cs
- DomainLiteralReader.cs
- FrameworkTextComposition.cs
- ConfigurationSchemaErrors.cs
- HttpRequestCacheValidator.cs
- MsmqInputMessagePool.cs
- FrameSecurityDescriptor.cs
- Converter.cs
- FontClient.cs
- NameScope.cs
- ObjectPersistData.cs
- VisualStyleElement.cs
- ComponentChangedEvent.cs
- MouseWheelEventArgs.cs
- AsynchronousChannel.cs
- Quad.cs
- Style.cs
- QilChoice.cs
- Tile.cs
- MessageBuffer.cs
- DataGridParentRows.cs
- DataRowCollection.cs
- FacetChecker.cs
- DES.cs
- SuppressIldasmAttribute.cs
- CursorInteropHelper.cs
- CompilerWrapper.cs
- DbConvert.cs
- MultiDataTrigger.cs
- LinkButton.cs
- _CacheStreams.cs
- XmlQueryContext.cs
- UnsafeNativeMethods.cs
- CqlParser.cs
- MatcherBuilder.cs
- UInt64Converter.cs
- Policy.cs
- PlainXmlWriter.cs
- ExtensionSimplifierMarkupObject.cs
- UserNameSecurityTokenAuthenticator.cs
- IpcServerChannel.cs
- SqlHelper.cs
- ForwardPositionQuery.cs
- WindowShowOrOpenTracker.cs
- MenuScrollingVisibilityConverter.cs
- IODescriptionAttribute.cs
- XamlUtilities.cs
- LingerOption.cs
- BrowserDefinitionCollection.cs
- SignalGate.cs
- GPPOINTF.cs
- CacheSection.cs
- ControlAdapter.cs
- RtType.cs
- HtmlLiteralTextAdapter.cs
- RequestCache.cs
- SoapIncludeAttribute.cs
- BitmapEffectInput.cs
- IQueryable.cs
- BinaryMethodMessage.cs
- DefaultValueConverter.cs
- TextBreakpoint.cs
- ListViewGroupConverter.cs
- EdgeModeValidation.cs
- FontFamilyConverter.cs
- MessageBox.cs
- BitmapImage.cs
- DynamicControl.cs
- NetCodeGroup.cs
- localization.cs
- IsolatedStorageException.cs
- Knowncolors.cs
- ButtonFlatAdapter.cs
- SafeLibraryHandle.cs
- CodeAttributeArgument.cs
- GifBitmapDecoder.cs
- EditorAttribute.cs
- WindowsListViewItem.cs
- FileFormatException.cs
- SHA512Cng.cs
- CacheChildrenQuery.cs
- XPathQueryGenerator.cs