DatabaseSecurityAdapter Constructor (Database)

 

Applies To: SQL Server 2016 Preview

Includes properties and methods that are used to expose the Database Security facet.

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

Syntax

public DatabaseSecurityAdapter(
    Database obj
)
public:
DatabaseSecurityAdapter(
    Database^ obj
)
new : 
        obj:Database -> DatabaseSecurityAdapter
Public Sub New (
    obj As Database
)

Parameters

See Also

DatabaseSecurityAdapter Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top