IServerPerformanceFacet.NetworkPacketSize 속성

Gets or sets the NetworkPacketSize property for an instance of SQL Server.

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

구문

‘선언
<DisplayDescriptionKeyAttribute("NetworkPacketSizeDesc")> _
<DisplayNameKeyAttribute("NetworkPacketSizeName")> _
Property NetworkPacketSize As Integer 
    Get 
    Set
‘사용 방법
Dim instance As IServerPerformanceFacet 
Dim value As Integer 

value = instance.NetworkPacketSize

instance.NetworkPacketSize = value
[DisplayDescriptionKeyAttribute("NetworkPacketSizeDesc")]
[DisplayNameKeyAttribute("NetworkPacketSizeName")]
int NetworkPacketSize { get; set; }
[DisplayDescriptionKeyAttribute(L"NetworkPacketSizeDesc")]
[DisplayNameKeyAttribute(L"NetworkPacketSizeName")]
property int NetworkPacketSize {
    int get ();
    void set (int value);
}
[<DisplayDescriptionKeyAttribute("NetworkPacketSizeDesc")>]
[<DisplayNameKeyAttribute("NetworkPacketSizeName")>]
abstract NetworkPacketSize : int with get, set
function get NetworkPacketSize () : int 
function set NetworkPacketSize (value : int)

속성 값

유형: System.Int32
The NetworkPacketSize property for an instance of SQL Server.

참고 항목

참조

IServerPerformanceFacet 인터페이스

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