PackageMetadata Class

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
Public method PackageMetadata Creates a new instance of the PackageMetadata class that defines metadata describing a package.

Top

Properties

  Name Description
Public property Description Package description
Public property Name Package name
Public property Version Package version

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Dac Namespace