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 在包中使用变量.