ISql90Endpoint.State Property
Gets or sets the state option of the endpoint.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property State As SqlEndpointState
SqlEndpointState State { get; set; }
property SqlEndpointState State {
SqlEndpointState get ();
void set (SqlEndpointState value);
}
abstract State : SqlEndpointState with get, set
function get State () : SqlEndpointState
function set State (value : SqlEndpointState)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlEndpointState
.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.