다음을 통해 공유


Database 속성

Gets or sets the database from which schema or data is to be transferred to the target location.

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

구문

‘선언
Public Property Database As Database
    Get
    Set
‘사용 방법
Dim instance As Transfer
Dim value As Database

value = instance.Database

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

속성 값

형식: Microsoft.SqlServer.Management.Smo. . :: . .Database
A Database object value that specifies the database from which schema or data is to be transferred to the target location.