CommandTruncationMessage Property
Looks up a localized string similar to (Command was truncated to fit in message box.).
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 CommandTruncationMessage As String
Get
'Usage
Dim value As String
value = SqlPackageResource.CommandTruncationMessage
public static string CommandTruncationMessage { get; }
public:
static property String^ CommandTruncationMessage {
String^ get ();
}
static member CommandTruncationMessage : string
static function get CommandTruncationMessage () : String
Property Value
Type: System..::..String