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
- QilCloneVisitor.cs
- AudioDeviceOut.cs
- RegionInfo.cs
- WebPartUserCapability.cs
- CheckBox.cs
- MimeFormatter.cs
- UnsafeNativeMethods.cs
- EncryptedKey.cs
- StrokeCollectionConverter.cs
- FeatureAttribute.cs
- ReturnEventArgs.cs
- XmlProcessingInstruction.cs
- IdleTimeoutMonitor.cs
- View.cs
- InstanceDescriptor.cs
- DefaultProxySection.cs
- SpotLight.cs
- WebZone.cs
- SessionStateSection.cs
- MetadataSerializer.cs
- ActiveXSite.cs
- ImpersonationContext.cs
- ColorMatrix.cs
- exports.cs
- Preprocessor.cs
- TdsParserSessionPool.cs
- EventLogReader.cs
- ConditionalWeakTable.cs
- SystemIPAddressInformation.cs
- UniqueEventHelper.cs
- AlternateView.cs
- StorageEndPropertyMapping.cs
- DtdParser.cs
- EntityDataSourceContextDisposingEventArgs.cs
- MulticastDelegate.cs
- DataSpaceManager.cs
- TypeValidationEventArgs.cs
- ElementUtil.cs
- StrongNamePublicKeyBlob.cs
- TreeNodeMouseHoverEvent.cs
- HtmlToClrEventProxy.cs
- BrowserDefinition.cs
- WCFModelStrings.Designer.cs
- CustomErrorCollection.cs
- CacheAxisQuery.cs
- GroupStyle.cs
- connectionpool.cs
- ThreadPool.cs
- NegotiationTokenAuthenticatorStateCache.cs
- SqlProfileProvider.cs
- SystemParameters.cs
- InvalidProgramException.cs
- CompilerInfo.cs
- TraceHwndHost.cs
- ProtocolsConfigurationEntry.cs
- SystemIcmpV6Statistics.cs
- XmlSerializationWriter.cs
- EdgeProfileValidation.cs
- SafeViewOfFileHandle.cs
- HiddenFieldPageStatePersister.cs
- InternalBufferManager.cs
- RuntimeHelpers.cs
- LogicalExpr.cs
- InProcStateClientManager.cs
- ValidationHelper.cs
- CodeStatement.cs
- SimpleRecyclingCache.cs
- LinkDescriptor.cs
- OdbcDataReader.cs
- MetadataArtifactLoader.cs
- precedingquery.cs
- TemplateControl.cs
- SqlExpander.cs
- CodeLabeledStatement.cs
- Win32PrintDialog.cs
- XmlAttributeProperties.cs
- MonitoringDescriptionAttribute.cs
- HasRunnableWorkflowEvent.cs
- PreviewPrintController.cs
- AdjustableArrowCap.cs
- MimeFormatter.cs
- DataSourceHelper.cs
- DefaultDiscoveryServiceExtension.cs
- SmtpDigestAuthenticationModule.cs
- Compiler.cs
- ValidationEventArgs.cs
- DataPagerFieldItem.cs
- TraceLog.cs
- GroupLabel.cs
- ContainerFilterService.cs
- FilterException.cs
- Boolean.cs
- XMLDiffLoader.cs
- StaticResourceExtension.cs
- PointHitTestParameters.cs
- WebPartVerb.cs
- CodeTypeParameterCollection.cs
- DynamicDocumentPaginator.cs
- UserMapPath.cs
- elementinformation.cs