ConnectionInfo.PacketSize Property

 

Applies To: SQL Server 2016 Preview

Gets the packet size in bytes associated with a ConnectionInfo object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public int PacketSize { get; }
public:
property int PacketSize {
    int get();
}
member PacketSize : int with get
Public ReadOnly Property PacketSize As Integer

Property Value

Type: System.Int32

Number of bytes.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top