Condividi tramite


JoinClause.SourceColumn Property

Gets or sets the column in the source 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 SourceColumn As Column
public Column SourceColumn { get; set; }
public:
property Column^ SourceColumn {
    Column^ get ();
    void set (Column^ value);
}
/** @property */
public Column get_SourceColumn ()

/** @property */
public void set_SourceColumn (Column value)
public function get SourceColumn () : Column

public function set SourceColumn (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