다음을 통해 공유


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.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime 네임스페이스