Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- ServiceNameCollection.cs
- XmlSchemaAppInfo.cs
- SequenceDesigner.cs
- SpeechUI.cs
- DesignerContextDescriptor.cs
- OracleConnectionString.cs
- DateTimeUtil.cs
- AppDomainShutdownMonitor.cs
- AmbientLight.cs
- LoginUtil.cs
- WebConfigurationManager.cs
- OperandQuery.cs
- SqlStatistics.cs
- CodeSubDirectoriesCollection.cs
- SymmetricKey.cs
- Hex.cs
- CancelEventArgs.cs
- EntitySqlQueryState.cs
- MediaScriptCommandRoutedEventArgs.cs
- Int32KeyFrameCollection.cs
- ModelItemDictionaryImpl.cs
- FormViewRow.cs
- StaticExtension.cs
- DataBindingCollectionEditor.cs
- MappingException.cs
- WorkflowRuntimeBehavior.cs
- oledbmetadatacollectionnames.cs
- StringResourceManager.cs
- ExtenderProvidedPropertyAttribute.cs
- PageTheme.cs
- HtmlTableRowCollection.cs
- InputLanguageManager.cs
- KeyValueSerializer.cs
- DefaultValueConverter.cs
- Divide.cs
- EntityConnection.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- GlyphsSerializer.cs
- BooleanAnimationBase.cs
- StringConcat.cs
- CodeEntryPointMethod.cs
- Int32.cs
- MutexSecurity.cs
- FactoryRecord.cs
- ViewStateException.cs
- DoubleMinMaxAggregationOperator.cs
- SQLDouble.cs
- PrintingPermissionAttribute.cs
- mediaclock.cs
- SwitchElementsCollection.cs
- StsCommunicationException.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- ArgumentNullException.cs
- SendMailErrorEventArgs.cs
- UnsafeNativeMethods.cs
- ObjectParameter.cs
- InvokeHandlers.cs
- assemblycache.cs
- VisualBrush.cs
- DynamicArgumentDialog.cs
- UserNamePasswordValidator.cs
- DATA_BLOB.cs
- SaveFileDialog.cs
- GridViewColumnCollectionChangedEventArgs.cs
- PerformanceCounterManager.cs
- CodeExporter.cs
- BamlResourceDeserializer.cs
- ToolTipAutomationPeer.cs
- PeerContact.cs
- DesignerSerializationVisibilityAttribute.cs
- PropertyEmitter.cs
- ResXResourceReader.cs
- TextRange.cs
- DynamicRenderer.cs
- OdbcEnvironment.cs
- ReadingWritingEntityEventArgs.cs
- BaseTreeIterator.cs
- ClipboardData.cs
- NetworkInterface.cs
- MsmqInputMessage.cs
- TextEditorSelection.cs
- NetCodeGroup.cs
- DLinqColumnProvider.cs
- RectAnimationBase.cs
- TransformerInfoCollection.cs
- lengthconverter.cs
- Helper.cs
- RsaEndpointIdentity.cs
- PropertyReferenceExtension.cs
- TileModeValidation.cs
- InternalRelationshipCollection.cs
- HandlerFactoryWrapper.cs
- FrameDimension.cs
- EntryPointNotFoundException.cs
- XmlAnyElementAttributes.cs
- ExpressionBuilderContext.cs
- SchemaNames.cs
- StorageRoot.cs
- Transform3DCollection.cs
- WebPartConnectionsEventArgs.cs