ISql90Route.Address Property
Gets or sets the network address for this route.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property Address As String
string Address { get; set; }
property String^ Address {
String^ get ();
void set (String^ value);
}
abstract Address : string with get, set
function get Address () : String
function set Address (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.