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
- MiniAssembly.cs
- BitmapEffectState.cs
- SqlCacheDependencySection.cs
- LogicalTreeHelper.cs
- MouseEvent.cs
- PointHitTestParameters.cs
- ResourcePool.cs
- PathGeometry.cs
- RawTextInputReport.cs
- DataSvcMapFile.cs
- StateBag.cs
- TabControl.cs
- BamlMapTable.cs
- AttachedPropertyMethodSelector.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- ScriptResourceHandler.cs
- RangeValuePattern.cs
- DataRowComparer.cs
- selecteditemcollection.cs
- ByteArrayHelperWithString.cs
- ListBox.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- ErrorEventArgs.cs
- XmlNamedNodeMap.cs
- TextEditorSpelling.cs
- SqlUserDefinedAggregateAttribute.cs
- Inline.cs
- DocumentNUp.cs
- MatrixCamera.cs
- XPathPatternParser.cs
- XmlDeclaration.cs
- SortAction.cs
- ServiceReference.cs
- PublishLicense.cs
- AutomationPatternInfo.cs
- PropVariant.cs
- ContextMenu.cs
- ObjectTag.cs
- ResourceAttributes.cs
- StyleXamlTreeBuilder.cs
- PopupRootAutomationPeer.cs
- _UriSyntax.cs
- XPathCompileException.cs
- Quaternion.cs
- WindowsEditBox.cs
- EntityDataSourceStatementEditorForm.cs
- BuildDependencySet.cs
- CatalogPartCollection.cs
- X509ChainElement.cs
- DataGridViewRowConverter.cs
- CodeAttributeDeclaration.cs
- ConfigurationSectionGroup.cs
- WpfXamlType.cs
- RunClient.cs
- GrowingArray.cs
- WebPartTransformerCollection.cs
- Stack.cs
- PostBackTrigger.cs
- SyndicationCategory.cs
- EventBuilder.cs
- HttpModuleAction.cs
- NestedContainer.cs
- HyperLinkField.cs
- Base64Stream.cs
- SimpleBitVector32.cs
- HtmlTernaryTree.cs
- SizeAnimationBase.cs
- EmptyEnumerator.cs
- ToolstripProfessionalRenderer.cs
- AttachmentService.cs
- SQLDouble.cs
- GiveFeedbackEvent.cs
- BufferedGraphicsContext.cs
- ListItemCollection.cs
- Tile.cs
- DataTableMappingCollection.cs
- DataGridViewTopRowAccessibleObject.cs
- ListViewItem.cs
- XmlSchemaComplexContentRestriction.cs
- WmpBitmapEncoder.cs
- DataGridViewCellFormattingEventArgs.cs
- FilteredReadOnlyMetadataCollection.cs
- ParallelTimeline.cs
- SecurityContext.cs
- PathSegment.cs
- Select.cs
- ThreadAttributes.cs
- OleDbDataAdapter.cs
- InvokeMemberBinder.cs
- UIElement3D.cs
- linebase.cs
- QueryGenerator.cs
- ChtmlTextWriter.cs
- GridLengthConverter.cs
- BinaryFormatterWriter.cs
- SocketPermission.cs
- SoapInteropTypes.cs
- QueuedDeliveryRequirementsMode.cs
- WindowsListView.cs
- WebPartsPersonalization.cs