다음을 통해 공유


Name 속성

Gets the name of an inner or outer variable for a Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by a Exec80PackageTask.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
어셈블리:  Microsoft.SqlServer.Exec80PackageTask(Microsoft.SqlServer.Exec80PackageTask.dll)

구문

‘선언
Public ReadOnly Property Name As String
    Get
‘사용 방법
Dim instance As PkgVariable
Dim value As String

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

속성 값

유형: System. . :: . .String
A String containing the name of an inner or outer variable for a DTS package to be executed by a Exec80PackageTask.

주의

For more information about using variables in packages, see 패키지에서 변수 사용.