다음을 통해 공유


ExtendedProperty Members

This class contains members that hold additional information about a package.

The following tables list the members exposed by the ExtendedProperty type.

Public Properties

  이름 Description
ms212590.pubproperty(ko-kr,SQL.90).gif CreationName Returns the string that is used by the run-time engine to create an instance of the ExtendedProperty object and to add the object to the ExtendedProperties collection. This property is read-only.
ms212590.pubproperty(ko-kr,SQL.90).gif DataType Gets the DataType of the value stored in this instance for the package. This field is read-only.
ms212590.pubproperty(ko-kr,SQL.90).gif Description Gets or sets the description related to the property stored in this instance.
ms212590.pubproperty(ko-kr,SQL.90).gif ID Gets the GUID for this instance.
ms212590.pubproperty(ko-kr,SQL.90).gif Name Gets or sets a name for what is stored in this instance.
ms212590.pubproperty(ko-kr,SQL.90).gif Namespace Gets or sets the namespace associated with this information.
ms212590.pubproperty(ko-kr,SQL.90).gif Site  
ms212590.pubproperty(ko-kr,SQL.90).gif Value Gets or sets the value for the information stored in this instance.

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms212590.pubmethod(ko-kr,SQL.90).gif Dispose Releases the resources used by the instance of this class.
ms212590.pubmethod(ko-kr,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms212590.pubmethod(ko-kr,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms212590.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms212590.pubmethod(ko-kr,SQL.90).gif LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method
ms212590.pubmethod(ko-kr,SQL.90).gifms212590.static(ko-kr,SQL.90).gif op_Equality  (inherited from DtsObject )
ms212590.pubmethod(ko-kr,SQL.90).gifms212590.static(ko-kr,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms212590.pubmethod(ko-kr,SQL.90).gifms212590.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms212590.pubmethod(ko-kr,SQL.90).gif SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
ms212590.pubmethod(ko-kr,SQL.90).gif ToString  (inherited from Object )

위쪽

Protected Methods

  이름 Description
ms212590.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms212590.protmethod(ko-kr,SQL.90).gif MemberwiseClone  (inherited from Object )

위쪽

Public Events

  이름 Description
ms212590.pubevent(ko-kr,SQL.90).gif Disposed Adds an event handler to listen to the Disposed event.

위쪽

참고 항목

참조

ExtendedProperty Class
Microsoft.SqlServer.Dts.Runtime Namespace