SqlBuildTask.DeploymentCollationPreference Property
Supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Tasks
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Tasks (in Microsoft.VisualStudio.TeamSystem.Data.Tasks.dll)
Syntax
'Declaration
Public Property DeploymentCollationPreference As String
'Usage
Dim instance As SqlBuildTask
Dim value As String
value = instance.DeploymentCollationPreference
instance.DeploymentCollationPreference = value
public string DeploymentCollationPreference { get; set; }
public:
property String^ DeploymentCollationPreference {
String^ get ();
void set (String^ value);
}
public function get DeploymentCollationPreference () : String
public function set DeploymentCollationPreference (value : String)
Property Value
Type: System.String
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.