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
- _emptywebproxy.cs
- SecurityTokenException.cs
- ClientSponsor.cs
- DataGridAutomationPeer.cs
- VirtualDirectoryMapping.cs
- ToolStripDropDownMenu.cs
- State.cs
- HtmlForm.cs
- TableLayoutPanel.cs
- TextComposition.cs
- DesignerAttribute.cs
- NavigatorOutput.cs
- XmlSchemaSimpleTypeRestriction.cs
- SyndicationDeserializer.cs
- Debugger.cs
- NegationPusher.cs
- SqlInternalConnection.cs
- RangeValueProviderWrapper.cs
- SqlDataReaderSmi.cs
- MethodCallConverter.cs
- DataGridColumnEventArgs.cs
- ElementsClipboardData.cs
- HoistedLocals.cs
- Zone.cs
- RequestQueue.cs
- MediaPlayer.cs
- CryptoProvider.cs
- CodeExpressionCollection.cs
- ServiceContractGenerator.cs
- XmlSerializerVersionAttribute.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- IItemContainerGenerator.cs
- RootProfilePropertySettingsCollection.cs
- CommandField.cs
- RuleElement.cs
- KeyConstraint.cs
- ClearCollection.cs
- DoubleAnimationUsingPath.cs
- ProvidePropertyAttribute.cs
- SHA256Managed.cs
- PackageRelationship.cs
- PreviewPageInfo.cs
- Source.cs
- ObjectHandle.cs
- StateChangeEvent.cs
- RbTree.cs
- ChangePassword.cs
- PointLight.cs
- WsdlWriter.cs
- RootProfilePropertySettingsCollection.cs
- CommentEmitter.cs
- PixelFormat.cs
- IsolatedStorageException.cs
- ContentDesigner.cs
- MultiBinding.cs
- CopyOnWriteList.cs
- HtmlInputFile.cs
- Polygon.cs
- FrameworkName.cs
- LinkedDataMemberFieldEditor.cs
- HasCopySemanticsAttribute.cs
- XamlInt32CollectionSerializer.cs
- DataGridViewImageCell.cs
- ItemCollection.cs
- DuplicateWaitObjectException.cs
- DbProviderSpecificTypePropertyAttribute.cs
- TabletCollection.cs
- XmlSchemaAppInfo.cs
- LambdaCompiler.Logical.cs
- XmlWriter.cs
- Ops.cs
- ClonableStack.cs
- ResourceDescriptionAttribute.cs
- CommandManager.cs
- TrackPointCollection.cs
- ModulesEntry.cs
- SoapIgnoreAttribute.cs
- UIPermission.cs
- FrameworkRichTextComposition.cs
- RadialGradientBrush.cs
- BitConverter.cs
- SchemaTypeEmitter.cs
- EdmSchemaError.cs
- HMACSHA512.cs
- BamlLocalizer.cs
- SchemaObjectWriter.cs
- SimpleHandlerBuildProvider.cs
- ServiceSecurityContext.cs
- NativeCompoundFileAPIs.cs
- IgnoreSectionHandler.cs
- HostSecurityManager.cs
- ReflectionUtil.cs
- PropertySegmentSerializationProvider.cs
- ByteAnimationUsingKeyFrames.cs
- MappingItemCollection.cs
- RequestCachePolicyConverter.cs
- PermissionListSet.cs
- AuthenticationException.cs
- PathGeometry.cs
- OneOfTypeConst.cs