TransferBase.Scripter 屬性
Gets the scripter for the transfer operation.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)
語法
'宣告
Protected ReadOnly Property Scripter As Scripter
Get
'用途
Dim value As Scripter
value = Me.Scripter
protected Scripter Scripter { get; }
protected:
property Scripter^ Scripter {
Scripter^ get ();
}
member Scripter : Scripter
function get Scripter () : Scripter
屬性值
型別:Microsoft.SqlServer.Management.Smo.Scripter
The scripter for the transfer operation.