Gets the column name that corresponds to the 'SOPInstanceUID' in the 'External Store' database table.
protected string ColumnNameSOPInstanceUID {get;}
'Declaration
Protected ReadOnly Property ColumnNameSOPInstanceUID As String
'Usage
Dim instance As ExternalStoreDBDataAccessAgent
Dim value As String
value = instance.ColumnNameSOPInstanceUID
protected:
property String^ ColumnNameSOPInstanceUID {
String^ get();
}
Property Value
the column name that corresponds to the 'SOPInstanceUID' in the 'External Store' database table.