DelegateGetSvcInstRootRegPathByName 대리자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
특정 SQL instance 대한 레지스트리 경로 루트가 지정된 instance 이름으로 설정되었는지 여부를 나타냅니다.
public delegate bool DelegateGetSvcInstRootRegPathByName(System::String ^ sInstanceName, SQL_SVCS Service, StringBuilder ^ sRegPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSvcInstRootRegPathByName(string sInstanceName, SQL_SVCS Service, StringBuilder sRegPath, out uint pdwSize);
type DelegateGetSvcInstRootRegPathByName = delegate of string * SQL_SVCS * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSvcInstRootRegPathByName(sInstanceName As String, Service As SQL_SVCS, sRegPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean
매개 변수
- sInstanceName
- String
인스턴스의 이름입니다.
- Service
- SQL_SVCS
SQL 서비스입니다.
- sRegPath
- StringBuilder
레지스트리 경로입니다.
- pdwSize
- UInt32
반환된 구조체의 예상 크기(바이트)입니다.
반환 값
true특정 SQL instance 대한 레지스트리 경로 루트가 지정된 instance 이름으로 설정되면 이고, false그렇지 않으면 입니다.