Compartir a través de


IDTSFileSystemTask.OperationName Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the name of the operation.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Ensamblado:  Microsoft.SqlServer.FileSystemTask (en Microsoft.SqlServer.FileSystemTask.dll)

Sintaxis

'Declaración
Property OperationName As String 
    Get 
    Set
'Uso
Dim instance As IDTSFileSystemTask 
Dim value As String 

value = instance.OperationName

instance.OperationName = value
string OperationName { get; set; }
property String^ OperationName {
    String^ get ();
    void set (String^ value);
}
abstract OperationName : string with get, set
function get OperationName () : String 
function set OperationName (value : String)

Valor de la propiedad

Tipo: System.String
The name of the operation.

Vea también

Referencia

IDTSFileSystemTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.FileSystemTask