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
- TypedTableBase.cs
- DetailsViewUpdateEventArgs.cs
- ExtractedStateEntry.cs
- WebPartEventArgs.cs
- MarshalDirectiveException.cs
- RegexMatchCollection.cs
- _DynamicWinsockMethods.cs
- ActivityTypeResolver.xaml.cs
- PriorityItem.cs
- HostSecurityManager.cs
- SqlMetaData.cs
- DelegateTypeInfo.cs
- ConnectorDragDropGlyph.cs
- DbParameterHelper.cs
- WindowsSlider.cs
- PageCache.cs
- _LoggingObject.cs
- SHA256Cng.cs
- ClientTargetSection.cs
- ChildTable.cs
- HyperLinkColumn.cs
- HttpCacheVary.cs
- ValidatorCompatibilityHelper.cs
- DataBinder.cs
- XmlDataSourceNodeDescriptor.cs
- ProtectedConfiguration.cs
- ZipIOModeEnforcingStream.cs
- ModuleBuilderData.cs
- TransformDescriptor.cs
- SmtpTransport.cs
- ChangeDirector.cs
- Vector3DCollectionConverter.cs
- Source.cs
- OverflowException.cs
- TypedElement.cs
- MULTI_QI.cs
- TreeNodeBindingCollection.cs
- PropertyGeneratedEventArgs.cs
- SqlRemoveConstantOrderBy.cs
- ExplicitDiscriminatorMap.cs
- KnownTypes.cs
- DataQuery.cs
- EncoderParameters.cs
- BaseCodeDomTreeGenerator.cs
- CompositeFontParser.cs
- ScrollProviderWrapper.cs
- Action.cs
- RequestQueryProcessor.cs
- DataRowView.cs
- RegionIterator.cs
- SizeKeyFrameCollection.cs
- ReferentialConstraintRoleElement.cs
- ConcurrencyMode.cs
- UniqueIdentifierService.cs
- FunctionMappingTranslator.cs
- PropertyMapper.cs
- VectorAnimation.cs
- OleDbError.cs
- CachedRequestParams.cs
- CodeSubDirectory.cs
- DispatcherEventArgs.cs
- OdbcParameter.cs
- TextOnlyOutput.cs
- DynamicActionMessageFilter.cs
- SystemResourceHost.cs
- ObjectAnimationBase.cs
- Descriptor.cs
- TemplateBuilder.cs
- XmlAttributeHolder.cs
- ConnectionPoint.cs
- ItemAutomationPeer.cs
- ResourcesBuildProvider.cs
- MutexSecurity.cs
- RoutedCommand.cs
- List.cs
- _NetRes.cs
- ConvertBinder.cs
- PerformanceCounterCategory.cs
- ResourceDescriptionAttribute.cs
- GenericAuthenticationEventArgs.cs
- CacheDependency.cs
- XmlSchemaDocumentation.cs
- CodeNamespaceCollection.cs
- DataTemplateSelector.cs
- FormView.cs
- DocumentViewerAutomationPeer.cs
- StorageInfo.cs
- SQLStringStorage.cs
- RotateTransform3D.cs
- DBConnection.cs
- IIS7UserPrincipal.cs
- filewebresponse.cs
- ResolveMatchesMessage11.cs
- Win32Exception.cs
- HttpModulesSection.cs
- _CacheStreams.cs
- DataListDesigner.cs
- PropertyChangedEventManager.cs
- ColorMatrix.cs
- BitmapCache.cs