AlterCreateEndpointStatementBase.EndpointType 属性
Gets or sets the endpoint type.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property EndpointType As EndpointType
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.EndpointType
The endpoint type value.