SqlScriptComparisonResult.OperationType Property
Gets the type of operation.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property OperationType As SqlScriptDifferenceOperationType
public SqlScriptDifferenceOperationType OperationType { get; }
public:
property SqlScriptDifferenceOperationType OperationType {
SqlScriptDifferenceOperationType get ();
}
member OperationType : SqlScriptDifferenceOperationType
function get OperationType () : SqlScriptDifferenceOperationType
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.SqlScriptDifferenceOperationType
.NET Framework Security
- 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.