Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Metadata information that describes a package.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.PackageMetadata
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class PackageMetadata
'Usage
Dim instance As PackageMetadata
public sealed class PackageMetadata
public ref class PackageMetadata sealed
[<SealedAttribute>]
type PackageMetadata = class end
public final class PackageMetadata
The PackageMetadata type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
PackageMetadata | Creates a new instance of the PackageMetadata class that defines metadata describing a package. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Description | Package description |
![]() |
Name | Package name |
![]() |
Version | Package version |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
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.
.gif)
.gif)