Свойство 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 Использование переменных в пакетах.