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
- SqlStatistics.cs
- ActiveXContainer.cs
- DataGridItemCollection.cs
- MailAddressCollection.cs
- SelectorAutomationPeer.cs
- wpf-etw.cs
- CachedFontFamily.cs
- ZeroOpNode.cs
- WmlPanelAdapter.cs
- CompositeFontParser.cs
- CustomPopupPlacement.cs
- XmlElement.cs
- ADConnectionHelper.cs
- CodeDOMProvider.cs
- ParentQuery.cs
- XmlEntityReference.cs
- SessionStateContainer.cs
- CodePropertyReferenceExpression.cs
- LZCodec.cs
- BatchStream.cs
- DependsOnAttribute.cs
- StylusEventArgs.cs
- EntitySqlQueryState.cs
- DataTablePropertyDescriptor.cs
- RegexMatchCollection.cs
- StylusEditingBehavior.cs
- SolidColorBrush.cs
- ObjectDataProvider.cs
- InputEventArgs.cs
- PairComparer.cs
- RSAProtectedConfigurationProvider.cs
- Material.cs
- DbConnectionPoolIdentity.cs
- LabelLiteral.cs
- TypeConverterAttribute.cs
- TextChangedEventArgs.cs
- InteropBitmapSource.cs
- PageBuildProvider.cs
- ObjRef.cs
- SuppressIldasmAttribute.cs
- AssemblyAttributes.cs
- ToolStripItemCollection.cs
- RepeaterItemEventArgs.cs
- sqlstateclientmanager.cs
- PropertyIDSet.cs
- SingleObjectCollection.cs
- BulletChrome.cs
- StatusBar.cs
- Propagator.JoinPropagator.cs
- TrackingCondition.cs
- DetectEofStream.cs
- FixedSOMPageElement.cs
- MobileTemplatedControlDesigner.cs
- RepeatBehaviorConverter.cs
- CurrentChangedEventManager.cs
- CalendarButtonAutomationPeer.cs
- ReferenceConverter.cs
- BitmapData.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- KerberosSecurityTokenProvider.cs
- GregorianCalendarHelper.cs
- CaseInsensitiveOrdinalStringComparer.cs
- SchemaContext.cs
- FaultContractAttribute.cs
- SkewTransform.cs
- TransformDescriptor.cs
- ToolStripContainerActionList.cs
- TraceContextRecord.cs
- WebPartAddingEventArgs.cs
- ClientTarget.cs
- DetailsViewPageEventArgs.cs
- Literal.cs
- AncillaryOps.cs
- ToolStripTextBox.cs
- ComponentDispatcherThread.cs
- RuleSetReference.cs
- EventLogPermissionHolder.cs
- CompoundFileIOPermission.cs
- XpsException.cs
- TextBoxRenderer.cs
- ControlAdapter.cs
- Codec.cs
- MessageAction.cs
- BinaryFormatterWriter.cs
- PrintEvent.cs
- RectangleConverter.cs
- TableRowGroup.cs
- XmlCharacterData.cs
- DrawingGroup.cs
- Decoder.cs
- DataView.cs
- TransformValueSerializer.cs
- AxisAngleRotation3D.cs
- Nullable.cs
- ButtonBase.cs
- HtmlElement.cs
- CollectionType.cs
- COM2IDispatchConverter.cs
- FilterException.cs
- Debugger.cs