Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the packet size in bytes associated with a ConnectionInfo object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property PacketSize As Integer
Get
'Usage
Dim instance As ConnectionInfo
Dim value As Integer
value = instance.PacketSize
public int PacketSize { get; }
public:
property int PacketSize {
int get ();
}
member PacketSize : int
function get PacketSize () : int
Property Value
Type: System.Int32
Number of bytes.