ReplicationMaxTextSizeDesc Property

Looks up a localized string similar to The maximum data that can be added to a replicated column in a single INSERT, UPDATE, WRITETEXT, or UPDATETEXT statement..

Namespace:  Microsoft.VisualStudio.Data.Tools.Package
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ReplicationMaxTextSizeDesc As String
    Get
'Usage
Dim value As String

value = SqlPackageResource.ReplicationMaxTextSizeDesc
public static string ReplicationMaxTextSizeDesc { get; }
public:
static property String^ ReplicationMaxTextSizeDesc {
    String^ get ();
}
static member ReplicationMaxTextSizeDesc : string
static function get ReplicationMaxTextSizeDesc () : String

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace