See Also

ExecutionBlock Class  | ExecutionBlock Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages RedGate.SQL.Shared Send comments on this topic.

CharCount Property

RedGate.SQL.Shared Namespace > ExecutionBlock Class : CharCount Property

The number of characters in the ExecutionBlock.

[Visual Basic]
Public ReadOnly Property CharCount As Long
[C#]
public long CharCount {get;}
[C++]
public: __property long get_CharCount();
[C++/CLI]
public: property long CharCount {    long get(); }

Remarks

Note that this is not always the same as the number of bytes because of Unicode issues.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

ExecutionBlock Class  | ExecutionBlock Members

 

 


© 2003 - 2007 Red Gate Software Ltd. All Rights Reserved.