DeploymentCollationPref_SourceDB Property

Looks up a localized string similar to Use the collation of my project.

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 DeploymentCollationPref_SourceDB As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace