DelegateGetSQLServerByName Delegate
SQL Server 2012
Gets the SQL server by instance name.
Namespace: Microsoft.SqlServer
Assembly: Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)
public delegate bool DelegateGetSQLServerByName( string sHostName, string sInstanceName, StringBuilder sSQLServer, out uint pdwSize )
Parameters
- sHostName
- Type: System.String
- sInstanceName
- Type: System.String
- sSQLServer
- Type: System.Text.StringBuilder
- pdwSize
- Type: System.UInt32
