Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.