Partager via


Propriété OperationName

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly :  Microsoft.SqlServer.FileSystemTask (en Microsoft.SqlServer.FileSystemTask.dll)

Syntaxe

'Déclaration
Property OperationName As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .String