Propriété Endpoint.ProtocolType
Gets or sets the protocol type used by the endpoint.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ProtocolType As ProtocolType
Get
Set
'Utilisation
Dim instance As Endpoint
Dim value As ProtocolType
value = instance.ProtocolType
instance.ProtocolType = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public ProtocolType ProtocolType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property ProtocolType ProtocolType {
ProtocolType get ();
void set (ProtocolType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ProtocolType : ProtocolType with get, set
function get ProtocolType () : ProtocolType
function set ProtocolType (value : ProtocolType)
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.ProtocolType
A ProtocolType object value that specifies the type of protocol used by the endpoint.
Exemples
Implémentation de points de terminaison
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo
Autres ressources
Affichages catalogue des points de terminaison (Transact-SQL)