Share via


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

See Also

Reference

ISql90Endpoint Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace