DataConnection.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the globally unique identifier (GUID) of the data source for the current data connection, if any.
public:
abstract property Guid Source { Guid get(); };
public abstract Guid Source { get; }
member this.Source : Guid
Public MustOverride ReadOnly Property Source As Guid
Property Value
Returns a GUID object instance representing the data source for the current data connection.