PackageMetadata Class
SQL Server 2014
Updated: April 20, 2017
Represents the metadata information that describes a package.
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | PackageMetadata() | Initializes a new instance of the PackageMetadata class. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets or sets the package description. |
![]() | Name | Gets or sets the package name. |
![]() | Version | Gets or sets the package version. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

