PackageInfo.PropertyOverrideParameterSet Class

Represents the set of property override parameters.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.PropertyOverrideParameterSet

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

Syntax

'Declaration
Public Class PropertyOverrideParameterSet
'Usage
Dim instance As PackageInfo.PropertyOverrideParameterSet
public class PropertyOverrideParameterSet
public ref class PropertyOverrideParameterSet
type PropertyOverrideParameterSet =  class end
public class PropertyOverrideParameterSet

The PackageInfo.PropertyOverrideParameterSet type exposes the following members.

Constructors

  Name Description
Public method PackageInfo.PropertyOverrideParameterSet Initializes a new instance of the PackageInfo.PropertyOverrideParameterSet class.

Top

Properties

  Name Description
Public property PropertyPath Gets or sets the path of the property.
Public property PropertyValue Gets or sets the property value.
Public property Sensitive Gets or sets whether the property override parameter set is sensitive.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (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.Management.IntegrationServices Namespace