ISql90Route.Service Property

Gets or sets the address.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property Service As String
    Get
    Set
'Usage
Dim instance As ISql90Route
Dim value As String

value = instance.Service

instance.Service = value
string Service { get; set; }
property String^ Service {
    String^ get ();
    void set (String^ value);
}
function get Service () : String
function set Service (value : String)
abstract Service : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90Route Interface

ISql90Route Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace