다음을 통해 공유


Partial 속성

Gets or sets a Boolean property value that specifies whether a partial or full restore operation will be performed.

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

구문

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

value = instance.Partial

instance.Partial = value
public bool Partial { get; set; }
public:
property bool Partial {
    bool get ();
    void set (bool value);
}
member Partial : bool with get, set
function get Partial () : boolean
function set Partial (value : boolean)

속성 값

형식: System. . :: . .Boolean
A Boolean value that indicates whether this is a full or partial restore operation.
If True, the restore operation is a partial restore. Otherwise, False (default).