다음을 통해 공유


TcpProtocol.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(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsDynamicPort As Boolean 
    Get
‘사용 방법
Dim instance As TcpProtocol 
Dim value As Boolean 

value = instance.IsDynamicPort
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsDynamicPort { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsDynamicPort {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
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.

끝점 구현

참고 항목

참조

TcpProtocol 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

네트워크 프로토콜 및 TDS 끝점

CREATE ENDPOINT(Transact-SQL)