Aracılığıyla paylaş


SmoObjectExtender Generic Class

This class is not CLS-compliant. The CLS-compliant alternative is .

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Bildirim
<CLSCompliantAttribute(False)> _
Public Class SmoObjectExtender(Of T As SqlSmoObject)
    Inherits SfcObjectExtender(Of T)
[CLSCompliantAttribute(false)] 
public class SmoObjectExtender<T> : SfcObjectExtender<T> where T : SqlSmoObject
[CLSCompliantAttribute(false)] 
generic<typename T> where T : SqlSmoObject
public ref class SmoObjectExtender : public SfcObjectExtender<T>
J# supports the use of generic types and methods, but not the declaration of new ones.
JScript does not support generic types and methods.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender
    Microsoft.SqlServer.Management.Smo.SmoObjectExtender
       Derived Classes

Thread Safety

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.