Condividi tramite


JoinClause.TargetColumn Property

Gets or sets the column in the target table or view.

Spazio dei nomi: Microsoft.SqlServer.NotificationServices.Rules
Assembly : Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Sintassi

'Dichiarazione
Public Property TargetColumn As Column
public Column TargetColumn { get; set; }
public:
property Column^ TargetColumn {
    Column^ get ();
    void set (Column^ value);
}
/** @property */
public Column get_TargetColumn ()

/** @property */
public void set_TargetColumn (Column value)
public function get TargetColumn () : Column

public function set TargetColumn (value : Column)

Valore proprietà

A Column object.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

JoinClause Class
JoinClause Members
Microsoft.SqlServer.NotificationServices.Rules Namespace