LinkedServer.RpcOut Property
The Boolean property value that specifies whether the linked server supports remote procedure calls (RPCs) with output parameters. The Boolean property value that specifies whether the linked server supports remote procedure calls (RPCs) with output parameters.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Bildirim
<SfcPropertyAttribute> _
Public Property RpcOut As Boolean
[SfcPropertyAttribute]
public bool RpcOut { get; set; }
[SfcPropertyAttribute]
public:
property bool RpcOut {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_RpcOut ()
/** @property */
public void set_RpcOut (boolean value)
public function get RpcOut () : boolean
public function set RpcOut (value : boolean)
Property Value
A Boolean value that specifies whether the linked server supports RPCs with output parameters. If True, RPCs with output parameters can be executed on the linked server. Otherwise, False (default).
Property Value
A Boolean value that specifies whether the linked server supports RPCs with output parameters. If True, RPCs with output parameters can be executed on the linked server. Otherwise, False (default).
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.