4 references to ServerName
System.Data (4)
fx\src\data\Microsoft\SqlServer\Server\SmiMetaData.cs (2)
1428
(null!=
ServerName
) ?
ServerName
:"<null>",
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (2)
692
if (!ADP.IsEmpty(colMetaData.
ServerName
)) {
693
schemaRow[BaseServerName] = colMetaData.
ServerName
;