다음을 통해 공유


IsDynamicPort 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property IsDynamicPort As Boolean
    Get
‘사용 방법
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

속성 값

형식: 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.

예제

끝점 구현