OperationName 属性
Gets or sets a unique name for the File Transfer Protocol (FTP) task.
命名空间: Microsoft.SqlServer.Dts.Tasks.FtpTask
程序集: Microsoft.SqlServer.FtpTask(在 Microsoft.SqlServer.FtpTask.dll 中)
语法
声明
Public Property OperationName As String
Get
Set
用法
Dim instance As FtpTask
Dim value As String
value = instance.OperationName
instance.OperationName = value
public string OperationName { get; set; }
public:
virtual property String^ OperationName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract OperationName : string with get, set
override OperationName : string with get, set
final function get OperationName () : String
final function set OperationName (value : String)
属性值
类型:System. . :: . .String
A String that contains a unique name for the File Transfer Protocol (FTP) task.