Assembly Class
Model schema container class for Assembly
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.Model.Assembly
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class Assembly
'Usage
public static class Assembly
public ref class Assembly abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Assembly = class end
public final class Assembly
The Assembly type exposes the following members.
Properties
Name | Description | |
---|---|---|
AssemblySources | AssemblySources relationship class of Assembly | |
Authorizer | Authorizer relationship class of Assembly | |
PermissionSet | PermissionSet property class of Assembly | |
ReferencedAssemblies | ReferencedAssemblies relationship class of Assembly | |
TypeClass | Type class for Assembly | |
Visible | Visible property class of Assembly |
Top
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.