EnumRootConditions 메서드
Returns a list of root conditions for the specified type.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
Public Function EnumRootConditions ( _
rootType As Type _
) As StringCollection
‘사용 방법
Dim instance As PolicyStore
Dim rootType As Type
Dim returnValue As StringCollection
returnValue = instance.EnumRootConditions(rootType)
public StringCollection EnumRootConditions(
Type rootType
)
public:
StringCollection^ EnumRootConditions(
Type^ rootType
)
member EnumRootConditions :
rootType:Type -> StringCollection
public function EnumRootConditions(
rootType : Type
) : StringCollection
매개 변수
- rootType
형식: System. . :: . .Type
A Type object that specifies the root type.
반환 값
형식: System.Collections.Specialized. . :: . .StringCollection
A StringCollection object that contains the list of root conditions.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.