Action 속성

Gets or sets the type of restore to be performed.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended

구문

‘선언
Public Property Action As RestoreActionType
    Get
    Set
‘사용 방법
Dim instance As Restore
Dim value As RestoreActionType

value = instance.Action

instance.Action = value
public RestoreActionType Action { get; set; }
public:
property RestoreActionType Action {
    RestoreActionType get ();
    void set (RestoreActionType value);
}
member Action : RestoreActionType with get, set
function get Action () : RestoreActionType
function set Action (value : RestoreActionType)

속성 값

형식: Microsoft.SqlServer.Management.Smo. . :: . .RestoreActionType
A RestoreActionType object representing the type of restore to be performed.

주의

SQL Server can restore a database, one or more operating system files containing table or index data, or part of or all the transaction log of a database.