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
- LineInfo.cs
- BoundColumn.cs
- ProxyElement.cs
- StrokeDescriptor.cs
- FragmentQueryKB.cs
- BinaryMessageEncodingElement.cs
- SapiAttributeParser.cs
- Content.cs
- SingleResultAttribute.cs
- SqlUtil.cs
- UnicastIPAddressInformationCollection.cs
- SiteMapNodeItemEventArgs.cs
- EditingCoordinator.cs
- UserControl.cs
- MessageFilter.cs
- Condition.cs
- ZoneButton.cs
- PriorityRange.cs
- EventLogQuery.cs
- SqlProvider.cs
- ApplicationInfo.cs
- NamespaceListProperty.cs
- PathSegment.cs
- Parallel.cs
- InputLanguage.cs
- SessionStateItemCollection.cs
- WebPartActionVerb.cs
- FixedSOMPageElement.cs
- EmbeddedMailObjectsCollection.cs
- DataGridViewSelectedCellCollection.cs
- SafeReversePInvokeHandle.cs
- Propagator.cs
- TabControlCancelEvent.cs
- GeneralTransform3D.cs
- Effect.cs
- ReachSerializerAsync.cs
- SocketPermission.cs
- _RegBlobWebProxyDataBuilder.cs
- WebPartConnectionsCloseVerb.cs
- UnaryNode.cs
- ServiceOperationParameter.cs
- HttpCachePolicyElement.cs
- Decimal.cs
- ControlParameter.cs
- ArrangedElement.cs
- ShaderEffect.cs
- MissingMemberException.cs
- OleDbFactory.cs
- Int64.cs
- Utils.cs
- UnsafeNativeMethods.cs
- Expander.cs
- DisplayInformation.cs
- DesigntimeLicenseContextSerializer.cs
- CharConverter.cs
- ObjectItemNoOpAssemblyLoader.cs
- mil_sdk_version.cs
- TextTrailingCharacterEllipsis.cs
- PublisherIdentityPermission.cs
- SoapServerMethod.cs
- RtfToken.cs
- GridToolTip.cs
- TreeWalkHelper.cs
- BreakRecordTable.cs
- RtfToXamlReader.cs
- ConfigurationSectionHelper.cs
- HttpClientCertificate.cs
- ForEachAction.cs
- SeekStoryboard.cs
- MultiByteCodec.cs
- ThreadAbortException.cs
- ToolStripDropDownClosingEventArgs.cs
- PipelineDeploymentState.cs
- DynamicResourceExtensionConverter.cs
- CallbackHandler.cs
- ListBoxItemWrapperAutomationPeer.cs
- OptimizerPatterns.cs
- XamlClipboardData.cs
- safelinkcollection.cs
- ISCIIEncoding.cs
- CodeAttributeArgument.cs
- BStrWrapper.cs
- Solver.cs
- IUnknownConstantAttribute.cs
- CharStorage.cs
- StaticSiteMapProvider.cs
- ReferenceConverter.cs
- JumpList.cs
- basevalidator.cs
- BoundConstants.cs
- DesignTimeXamlWriter.cs
- SpeechEvent.cs
- ToolTipAutomationPeer.cs
- QueryStringParameter.cs
- SqlConnectionManager.cs
- ActivityDefaults.cs
- DataRowExtensions.cs
- XsltCompileContext.cs
- QilInvoke.cs
- ListViewHitTestInfo.cs