共用方式為


IDTSName 介面

Defines properties commonly used by many objects in the Integration Services runtime. The common properties of named objects include a name, a creation name, an ID (GUID), and a description.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public Interface IDTSName
'用途
Dim instance As IDTSName
public interface IDTSName
public interface class IDTSName
type IDTSName =  interface end
public interface IDTSName

IDTSName 型別公開下列成員。

屬性

  名稱 說明
公用屬性 CreationName Returns the name that is used by the runtime to create an instance of the object and add it to its collection, if there is a collection for the object. This property is read-only.
公用屬性 Description Gets or sets a description about the object.
公用屬性 ID Returns a unique ID assigned to the object. This is usually a GUID. This property is read-only.
公用屬性 Name Gets or sets a name assigned to the object.

上層