Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the FOR clause.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property ForClause As ForClause
'Usage
Dim instance As SelectStatement
Dim value As ForClause
value = instance.ForClause
instance.ForClause = value
public ForClause ForClause { get; set; }
public:
property ForClause^ ForClause {
ForClause^ get ();
void set (ForClause^ value);
}
public function get ForClause () : ForClause
public function set ForClause (value : ForClause)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.ForClause
.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.