JoinClause.SourceColumn Property
Gets or sets the column in the source table or view.
Namespace: Microsoft.SqlServer.NotificationServices.Rules
Assembly: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Syntax
'Declaration
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)
Property Value
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
JoinClause Class
JoinClause Members
Microsoft.SqlServer.NotificationServices.Rules Namespace