Share via


AlterCreateEndpointStatementBase.EndpointType Property

Gets or sets the endpoint type.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property EndpointType As EndpointType 
    Get 
    Set
'Usage
Dim instance As AlterCreateEndpointStatementBase 
Dim value As EndpointType 

value = instance.EndpointType

instance.EndpointType = value
public EndpointType EndpointType { get; set; }
public:
property EndpointType EndpointType {
    EndpointType get ();
    void set (EndpointType value);
}
member EndpointType : EndpointType with get, set
function get EndpointType () : EndpointType 
function set EndpointType (value : EndpointType)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.EndpointType
The endpoint type value.

See Also

Reference

AlterCreateEndpointStatementBase Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace