Freigeben über


JoinClause.TargetColumn Property

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

Namespace: Microsoft.SqlServer.NotificationServices.Rules
Assembly : Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Syntax

'Declaration
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)

Eigenschaftswert

A Column object.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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