共用方式為


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.

請參閱

參考

AlterCreateEndpointStatementBase 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間