Udostępnij za pośrednictwem


Właściwość IDTSFileSystemTask.OperationName

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Zestaw:  Microsoft.SqlServer.FileSystemTask (w Microsoft.SqlServer.FileSystemTask.dll)

Składnia

'Deklaracja
Property OperationName As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String