DelegateGetSQLInstanceRegStringByID Delegate
SQL Server 2012
Gets the SQL instance registry string by identifier.
Namespace: Microsoft.SqlServer
Assembly: Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)
public delegate bool DelegateGetSQLInstanceRegStringByID( INST_ID pInstanceID, string sRegPath, string sValueName, StringBuilder sString, out uint pdwSize )
Parameters
- pInstanceID
- Type: Microsoft.SqlServer.INST_ID
- sRegPath
- Type: System.String
- sValueName
- Type: System.String
- sString
- Type: System.Text.StringBuilder
- pdwSize
- Type: System.UInt32
