Udostępnij za pośrednictwem


SmsSnapInBase Class

Represents the base class for the Configuration Manager 2007 console snap-in in Microsoft Management Console.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As SmsSnapInBase

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public MustInherit Class SmsSnapInBase
    Inherits SnapIn
    Implements IDisposable
[ComVisibleAttribute(false)] 
public abstract class SmsSnapInBase : SnapIn, IDisposable
[ComVisibleAttribute(false)] 
public ref class SmsSnapInBase abstract : public SnapIn, IDisposable
/** @attribute ComVisibleAttribute(false) */ 
public abstract class SmsSnapInBase extends SnapIn implements IDisposable
ComVisibleAttribute(false) 
public abstract class SmsSnapInBase extends SnapIn implements IDisposable

Inheritance Hierarchy

System.Object
   Microsoft.ManagementConsole.SnapInBase
     Microsoft.ManagementConsole.NamespaceSnapInBase
       Microsoft.ManagementConsole.SnapIn
        Microsoft.ConfigurationManagement.AdminConsole.SmsSnapInBase

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

SmsSnapInBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsSnapInInstaller