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
- UrlPropertyAttribute.cs
- ContainerActivationHelper.cs
- NamespaceInfo.cs
- BindingCollection.cs
- TemplateBindingExtension.cs
- OdbcFactory.cs
- DesignerProperties.cs
- LayoutInformation.cs
- ContextQuery.cs
- NativeMethods.cs
- DrawingAttributesDefaultValueFactory.cs
- ConnectionManagementElement.cs
- TransformerInfoCollection.cs
- TemplatedControlDesigner.cs
- DataGridViewTextBoxEditingControl.cs
- WrappingXamlSchemaContext.cs
- AliasedSlot.cs
- StatusBarDesigner.cs
- TimeEnumHelper.cs
- DataRowChangeEvent.cs
- EncodingNLS.cs
- RequestStatusBarUpdateEventArgs.cs
- SoapIgnoreAttribute.cs
- Button.cs
- RSAPKCS1KeyExchangeFormatter.cs
- StreamSecurityUpgradeAcceptor.cs
- CompressedStack.cs
- SourceFilter.cs
- CodeNamespace.cs
- ObjectViewEntityCollectionData.cs
- CommandBindingCollection.cs
- NamedObject.cs
- SelectionProcessor.cs
- versioninfo.cs
- DataGridViewColumn.cs
- WebEvents.cs
- SpecularMaterial.cs
- DataTrigger.cs
- Point3DCollection.cs
- XmlSchemaSimpleTypeUnion.cs
- RegexRunner.cs
- EasingFunctionBase.cs
- TabletDevice.cs
- NonVisualControlAttribute.cs
- TransportListener.cs
- SecurityTokenValidationException.cs
- LineSegment.cs
- RtfToXamlLexer.cs
- Item.cs
- InternalResources.cs
- AdornedElementPlaceholder.cs
- SourceFileBuildProvider.cs
- ToolStripTemplateNode.cs
- ScriptControl.cs
- DataGridRow.cs
- BitmapEffectGroup.cs
- JsonReader.cs
- FrameworkContentElement.cs
- ToolTipService.cs
- Viewport2DVisual3D.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- SplitContainerDesigner.cs
- ObjectSecurity.cs
- HttpPostClientProtocol.cs
- DeadCharTextComposition.cs
- PolicyReader.cs
- ISO2022Encoding.cs
- DragDeltaEventArgs.cs
- FactoryMaker.cs
- EasingQuaternionKeyFrame.cs
- FilterEventArgs.cs
- DbConnectionPoolCounters.cs
- ImageConverter.cs
- ExtentCqlBlock.cs
- Function.cs
- Bitmap.cs
- PropertySourceInfo.cs
- EncoderFallback.cs
- ToolStripGripRenderEventArgs.cs
- TypeBuilder.cs
- RepeaterCommandEventArgs.cs
- RadioButtonPopupAdapter.cs
- WebPartMenuStyle.cs
- ClientRoleProvider.cs
- WebServiceEnumData.cs
- ExpressionConverter.cs
- XmlDictionaryReaderQuotas.cs
- InstalledFontCollection.cs
- DataControlField.cs
- HandleValueEditor.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- SingleAnimationUsingKeyFrames.cs
- Label.cs
- ObjectToken.cs
- SortedDictionary.cs
- GetRecipientRequest.cs
- ClientCultureInfo.cs
- GeneralTransformGroup.cs
- DivideByZeroException.cs
- XmlBinaryReaderSession.cs