Dela via


ISql90Route.Service Property

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

Syntax

'Declaration
Property Service As String
'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)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90Route Interface

ISql90Route Members

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