Endpoint::EndpointType Property
Gets or sets the type of the endpoint.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public: [SfcPropertyAttribute(SfcPropertyFlags::Standalone)] property EndpointType EndpointType { EndpointType get(); void set(EndpointType value); }
Property Value
Type: Microsoft.SqlServer.Management.Smo::EndpointTypeAn EndpointType object value that specifies the type of the endpoint.
Show: