Proprietà AlterCreateEndpointStatementBase.EndpointType
Ottiene o imposta un tipo di endpoint.
Spazio dei nomi: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintassi
'Dichiarazione
Public Property EndpointType As EndpointType
Get
Set
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)
Valore proprietà
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EndpointType
Restituisce un valore EndpointType.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.