ISql90Endpoint.State Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property State As SqlEndpointState
'Usage
Dim instance As ISql90Endpoint
Dim value As SqlEndpointState
value = instance.State
instance.State = value
SqlEndpointState State { get; set; }
property SqlEndpointState State {
SqlEndpointState get ();
void set (SqlEndpointState value);
}
function get State () : SqlEndpointState
function set State (value : SqlEndpointState)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.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.