Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / Microsoft / SqlServer / Server / SmiEventStream.cs / 1305376 / SmiEventStream.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace Microsoft.SqlServer.Server { using System; internal abstract class SmiEventStream : IDisposable { internal abstract bool HasEvents { get; } internal abstract void Close( SmiEventSink sink ); public virtual void Dispose( ) { // Obsoleting from SMI -- use Close instead. // Intended to be removed (along with inheriting IDisposable) prior to RTM. // Implement body with throw because there are only a couple of ways to get to this code: // 1) Client is calling this method even though the server negotiated for V3+ and dropped support for V2-. // 2) Server didn't implement V2- on some interface and negotiated V2-. System.Data.Common.ADP.InternalError( System.Data.Common.ADP.InternalErrorCode.UnimplementedSMIMethod ); } internal abstract void ProcessEvent( SmiEventSink sink ); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BindingFormattingDialog.cs
- x509utils.cs
- Matrix3DValueSerializer.cs
- Geometry3D.cs
- SeverityFilter.cs
- StringDictionary.cs
- ExplicitDiscriminatorMap.cs
- RequestStatusBarUpdateEventArgs.cs
- ToolStripOverflow.cs
- DataControlFieldCollection.cs
- KeyedCollection.cs
- TextInfo.cs
- TextMetrics.cs
- HttpPostedFile.cs
- PrimitiveXmlSerializers.cs
- SqlDataSourceConfigureSelectPanel.cs
- Rights.cs
- RegularExpressionValidator.cs
- EntityDataSourceMemberPath.cs
- AdornedElementPlaceholder.cs
- CodeGenerator.cs
- RepeaterItemEventArgs.cs
- ProtectedProviderSettings.cs
- XPathNodePointer.cs
- DataRelationCollection.cs
- StateItem.cs
- VersionedStreamOwner.cs
- PropertyPath.cs
- ReliableChannelListener.cs
- AppDomainResourcePerfCounters.cs
- FacetValueContainer.cs
- CodeDOMUtility.cs
- MSAAWinEventWrap.cs
- QueryInterceptorAttribute.cs
- StyleHelper.cs
- VScrollBar.cs
- ISAPIRuntime.cs
- CustomErrorsSection.cs
- VectorAnimationUsingKeyFrames.cs
- DecimalConverter.cs
- FileDialog.cs
- TypeConverterAttribute.cs
- CodeDomLoader.cs
- NativeCppClassAttribute.cs
- GridViewColumnHeader.cs
- IdentityValidationException.cs
- LoginName.cs
- PageParser.cs
- AlphaSortedEnumConverter.cs
- ToolStripContentPanelRenderEventArgs.cs
- DesignerVerbCollection.cs
- DateTimeEditor.cs
- ColorAnimationUsingKeyFrames.cs
- Panel.cs
- DictationGrammar.cs
- LongAverageAggregationOperator.cs
- TrackBarRenderer.cs
- UpdatePanelTrigger.cs
- OverrideMode.cs
- ExpressionBindingCollection.cs
- CalendarData.cs
- ContentDesigner.cs
- OpenTypeLayoutCache.cs
- XmlReflectionImporter.cs
- RenderData.cs
- StringCollection.cs
- AdornerPresentationContext.cs
- TemplateAction.cs
- TypeInfo.cs
- XamlDesignerSerializationManager.cs
- SemaphoreFullException.cs
- SourceElementsCollection.cs
- WebPartMinimizeVerb.cs
- GlobalizationSection.cs
- NativeMethodsOther.cs
- __ComObject.cs
- DataMemberConverter.cs
- designeractionlistschangedeventargs.cs
- SamlEvidence.cs
- CodeSnippetTypeMember.cs
- AlphaSortedEnumConverter.cs
- DesignerActionTextItem.cs
- SQLDecimalStorage.cs
- BinaryKeyIdentifierClause.cs
- RegistryKey.cs
- ElementNotAvailableException.cs
- CmsInterop.cs
- ControlBuilderAttribute.cs
- Attributes.cs
- WsiProfilesElementCollection.cs
- RadioButtonPopupAdapter.cs
- InputProcessorProfiles.cs
- SqlCaseSimplifier.cs
- ReaderWriterLockWrapper.cs
- ZipIOLocalFileHeader.cs
- ConfigurationConverterBase.cs
- CreationContext.cs
- KnownColorTable.cs
- documentsequencetextcontainer.cs
- ExtensionWindowResizeGrip.cs