Поделиться через


Свойство Filename

Gets or sets the full path and file name of the structured storage file that contains the Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by the Exec80PackageTask.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Сборка:  Microsoft.SqlServer.Exec80PackageTask (в Microsoft.SqlServer.Exec80PackageTask.dll)

Синтаксис

'Декларация
Public Property Filename As String
    Get
    Set
'Применение
Dim instance As Exec80PackageTask
Dim value As String

value = instance.Filename

instance.Filename = value
public string Filename { get; set; }
public:
virtual property String^ Filename {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Filename : string with get, set
override Filename : string with get, set
final function get Filename () : String
final function set Filename (value : String)

Значение свойства

Тип: System. . :: . .String
A String containing the full path and file name of the structured storage file that contains the DTS package.

Реализует

IDTSExec80PackageTask. . :: . .Filename

Замечания

This property is used only if the Location property is set to StorageFile.