SchemaCompareGridRow.SetState Method
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Sub SetState ( _
selected As Boolean, _
selectedAsDependency As Boolean _
)
public void SetState(
bool selected,
bool selectedAsDependency
)
public:
void SetState(
bool selected,
bool selectedAsDependency
)
member SetState :
selected:bool *
selectedAsDependency:bool -> unit
public function SetState(
selected : boolean,
selectedAsDependency : boolean
)
Parameters
- selected
Type: System.Boolean
- selectedAsDependency
Type: System.Boolean
.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.