Compartilhar via


Propriedade do RDL OperationName

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

Namespace:  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly:  Microsoft.SqlServer.FileSystemTask (em Microsoft.SqlServer.FileSystemTask.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System. . :: . .String