Compartir a través de


IsDynamicPort Propiedad

Gets the Boolean property that specifies whether the port used by the protocol is dynamic or static.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property IsDynamicPort As Boolean
    Get
'Uso
Dim instance As TcpProtocol
Dim value As Boolean

value = instance.IsDynamicPort
[SfcPropertyAttribute]
public bool IsDynamicPort { get; }
[SfcPropertyAttribute]
public:
property bool IsDynamicPort {
    bool get ();
}
[<SfcPropertyAttribute>]
member IsDynamicPort : bool
function get IsDynamicPort () : boolean

Valor de la propiedad

Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the port is dynamic.
If True, the port is dynamic.
If False (default), the port is static.