ISql100BrokerPriority.RemoteService – vlastnost
Získá nebo nastaví vzdálené služby.
Obor názvů: Microsoft.Data.Schema.Sql.SchemaModel
Sestavení: Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Deklarace
Property RemoteService As String
Get
Set
string RemoteService { get; set; }
property String^ RemoteService {
String^ get ();
void set (String^ value);
}
abstract RemoteService : string with get, set
function get RemoteService () : String
function set RemoteService (value : String)
Hodnota vlastnosti
Typ: System.String
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.