DoNotUseAlterAssemblyStatementsToUpdateCLRTypes Property
Gets or sets {insert text here}.
Namespace: Microsoft.Data.Tools.Schema.Tasks.Sql
Assembly: Microsoft.Data.Tools.Schema.Tasks.Sql (in Microsoft.Data.Tools.Schema.Tasks.Sql.dll)
Syntax
'Declaration
Public Property DoNotUseAlterAssemblyStatementsToUpdateCLRTypes As String
Get
Set
'Usage
Dim instance As SqlDeployTask
Dim value As String
value = instance.DoNotUseAlterAssemblyStatementsToUpdateCLRTypes
instance.DoNotUseAlterAssemblyStatementsToUpdateCLRTypes = value
public string DoNotUseAlterAssemblyStatementsToUpdateCLRTypes { get; set; }
public:
property String^ DoNotUseAlterAssemblyStatementsToUpdateCLRTypes {
String^ get ();
void set (String^ value);
}
member DoNotUseAlterAssemblyStatementsToUpdateCLRTypes : string with get, set
function get DoNotUseAlterAssemblyStatementsToUpdateCLRTypes () : String
function set DoNotUseAlterAssemblyStatementsToUpdateCLRTypes (value : String)
Property Value
Type: System..::..String