SqlBuildTask.DefaultCollation 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 DefaultCollation As String
'Usage
Dim instance As SqlBuildTask
Dim value As String
value = instance.DefaultCollation
instance.DefaultCollation = value
public string DefaultCollation { get; set; }
public:
property String^ DefaultCollation {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_DefaultCollation ()
/** @property */
public void set_DefaultCollation (String value)
public function get DefaultCollation () : String
public function set DefaultCollation (value : String)
See Also
Reference
SqlBuildTask Class
SqlBuildTask Members
Microsoft.VisualStudio.TeamSystem.Data.Tasks Namespace