国家重点保护野生动物名录
时间:2003-06-26
作者:
来源:
点击次数:6214
(1988年12月10日国务院批准,1989年1月14日中华人民共和国林业部、农业部令第1号发布,自1989年1月14日施行)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
中名 学名 保护级别
? Ⅰ级 Ⅱ级
────────────────────────────────────────────
兽纲 MAMMALIA
────────────────────────────────────────────
灵长目 PRIMATES
懒猴科 Lorisidae
orisidae蜂猴(所有种) Nycticebus spp. Ⅰ
猴科 Cercopithecidae
Cercopithecidae短尾猴 Macacaarctoides Ⅱ
熊 猴 Macaca assamensis Ⅰ
台湾猴 Macaca cyclopis Ⅰ
猕 猴 Macaca mulatta Ⅱ
豚尾猴 Macaca nemestina Ⅰ
藏酋猴 Macaca thibetana Ⅱ
叶猴(所有种) Prsbytis spp. Ⅰ
金丝猴(所有种) Rhinopithecus spp. Ⅰ
猩猩科 Pongidae
长臂猿(所有种) Hylobates spp. Ⅰ
────────────────────────────────────────────
鳞甲目 PHOLIDOTA
鲛鲤科 Manidae
穿山甲 Manis pentadactyla Ⅱ
────────────────────────────────────────────
食肉目 CARNIVORA
犬科 Canidae
豺 ?ss,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{E4B8FE8F-2ACB-4770-9123-68BA91DE248A}"): ToInstance
]
class ServiceAuthorizationBehavior : Behavior
{
[Description("A value that controls whether the service attempts to impersonate using the credentials provided by the incoming message while serializing the body of the response message. "): Amended,
DisplayName("ImpersonateOnSerializingReply"),
read: ToInstance ToSubClass]
boolean ImpersonateOnSerializingReply;
[Description("A value that controls whether the service attempts to impersonate using the credentials provided by the incoming message. "): Amended,
DisplayName("ImpersonateCallerForAllOperations"),
read: ToInstance ToSubClass]
boolean ImpersonateCallerForAllOperations;
[Description("The principal used to carry out operations on the server. "): Amended,
DisplayName("PrincipalPermissionMode"),
read: ToInstance ToSubClass]
string PrincipalPermissionMode;
[Description("The name of the ASP .Net role provider."): Amended,
DisplayName("RoleProvider"),
read: ToInstance ToSubClass]
string RoleProvider;
[Description("The authorization manager used for custom authorization."): Amended,
DisplayName("ServiceAuthorizationManager"),
read: ToInstance ToSubClass]
string ServiceAuthorizationManager;
};
[
Description("ServiceCredentials"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{29364538-5887-4C0F-9816-6BF099D8C815}"): ToInstance
]
class ServiceCredentials : Behavior
{
[Description("The client certificate authentication and provisioning settings for this service."): Amended,
DisplayName("ClientCertificate"),
read: ToInstance ToSubClass]
string ClientCertificate;
[Description("The current issued token authentication settings for this service."): Amended,
DisplayName("IssuedTokenAuthentication"),
read: ToInstance ToSubClass]
string IssuedTokenAuthentication;
[Description("The current credential authentication and provisioning settings to be used by peer transport endpoints."): Amended,
DisplayName("Peer"),
read: ToInstance ToSubClass]
string Peer;
[Description("Specifies the current secure conversation settings."): Amended,
DisplayName("SecureConversationAuthentication"),
read: ToInstance ToSubClass]
string SecureConversationAuthentication;
[Description("The certificate associated with this service."): Amended,
DisplayName("ServiceCertificate"),
read: ToInstance ToSubClass]
string ServiceCertificate;
[Description("The username/password settings for this service."): Amended,
DisplayName("UserNameAuthentication"),
read: ToInstance ToSubClass]
string UserNameAuthentication;
[Description("The Windows authentication settings for this service."): Amended,
DisplayName("WindowsAuthentication"),
read: ToInstance ToSubClass]
string WindowsAuthentication;
};
[
Description("ServiceDebugBehavior"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{41cf6a6e-cfb6-4b00-b6e7-39ccbd0c3f88}"): ToInstance
]
class ServiceDebugBehavior : Behavior
{
[Description("Controls whether the service publishesC71s?Y?Y its WSDL at the address controlled by the HttpGetUrl attribute."): Amended,
DisplayName("HttpHelpPageEnabled"),
read: ToInstance ToSubClass]
boolean HttpHelpPageEnabled;
[Description("Sets the location at which the service WSDL is published for retrieval using HTTP."): Amended,
DisplayName("HttpHelpPageUrl"),
read: ToInstance ToSubClass]
string HttpHelpPageUrl;
[Description("Controls whether the service publishes its WSDL over HTTPS at the address controlled by the HttpsGetUrl attribute."): Amended,
DisplayName("HttpsHelpPageEnabled"),
read: ToInstance ToSubClass]
boolean HttpsHelpPageEnabled;
[Description("Sets the location at which the service WSDL is published for retrieval using HTTPS."): Amended,
DisplayName("HttpsHelpPageUrl"),
read: ToInstance ToSubClass]
string HttpsHelpPageUrl;
[Description("Specifies whether to include managed exception information in the detail of SOAP faults returned to the clients for debugging purposes."): Amended,
DisplayName("IncludeExceptionDetailInFaults"),
read: ToInstance ToSubClass]
boolean IncludeExceptionDetailInFaults;
[Description("Controls the binding for metadata retrieval using HTTP."): Amended,
DisplayName("HttpHelpPageBinding"),
read: ToInstance ToSubClass]
Binding HttpHelpPageBinding;
[Description("Controls the binding for metadata retrieval using HTTPS."): Amended,
DisplayName("HttpsHelpPageBinding"),
read: ToInstance ToSubClass]
Binding HttpsHelpPageBinding;
};
[
Description("ServiceSecurityAuditBehavior"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{42fbba45-4524-4316-82f1-e53a201b74e0}"): ToInstance
]
class ServiceSecurityAuditBehavior : Behavior
{
[Description("The location of the audit log. "): Amended,
DisplayName("AuditLogLocation"),
read: ToInstance ToSubClass]
string AuditLogLocation;
[Description("A boolean value that specifies the behavior for suppressing failures of writing to the audit log."): Amended,
DisplayName("SuppressAuditFailure"),
read: ToInstance ToSubClass]
boolean SuppressAuditFailure;
[Description("The types of authorization events that are recorded in the audit log. "): Amended,
DisplayName("ServiceAuthorizationAuditLevel"),
read: ToInstance ToSubClass]
string ServiceAuthorizationAuditLevel;
[Description("The type of message authentication level that is used to log audit events."): Amended,
DisplayName("MessageAuthenticationAuditLevel"),
read: ToInstance ToSubClass]
string MessageAuthenticationAuditLevel;
};
[
Description("ServiceBehaviorAttribute"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{F80CB85E-0EAE-4021-A873-0918F594145F}"): ToInstance
]
class ServiceBehaviorAttribute : Behavior
{
[Description("Specifies how to use address to filter a message, whether to use Exact match, Prefix match or match Any."): Amended,
DisplayName("AddressFilterMode"),
read : ToInstance ToSubclass]
string AddressFilterMode;
[Description("Indicates whether to automatically close a session when a client closes an output session."): Amended,
DisplayName("AutomaticSessionShutdown"),
read : ToInstance ToSubclass]
boolean AutomaticSessionShutdown;
[Description("Indicates whether a service supports one thread, multiple threads, or reentrant calls."): Amended,
DisplayName("ConcurrencyMode"),
read : ToInstance ToSubclass]
string ConcurrencyMode;
[Description("The name of the service configuration."): Amended,
DisplayName("ConfigurationName"),
read : ToInstance ToSubclass]
string ConfigurationName;
[Description("Specifies whether to process multiple messages concurrently at the dispatcher layer."): Amended,
DisplayName("EnsureOrderedDispatch"),
read : ToInstance ToSubclass]
boolean EnsureOrderedDispatch;
[Description("Specifies whether to send unknown serlialization data onto the wire."): Amended,
DisplayName("IgnoreExtensionDataObject"),
read : ToInstance ToSubclass]
boolean IgnoreExtensionDataObject;
[Description("Specifies when a new service object is created."): Amended,
DisplayName("InstanceContextMode"),
read : ToInstance ToSubclass]
string InstanceContextMode;
[Description("The maximum number of items allowed in a serialized object."): Amended,
DisplayName("MaxItemsInObjectGraph"),
read : ToInstance ToSubClass]
sint32 MaxItemsInObjectGraph;
[Description("The name attribute of the service in WSDL."): Amended,
DisplayName("Name"),
read : ToInstance ToSubclass]
string Name;
[Description("The target namespace of the service in WSDL."): Amended,
DisplayName("Namespace"),
read : ToInstance ToSubclass]
string Namespace;
[Description("Specifies whether the service object is recycled when the current transaction completes."): Amended,
DisplayName("ReleaseServiceInstanceOnTransactionComplete"),
read : ToInstance ToSubclass]
boolean ReleaseServiceInstanceOnTransactionComplete;
[Description("Specifies whether to include managed exception information in the detail of SOAP faults returned to the clients for debugging purposes."): Amended,
DisplayName("IncludeExceptionDetailInFaults"),
read : ToInstance ToSubclass]
boolean IncludeExceptionDetailInFaults;
[Description("Specifies whether pending transactions are completed when the current session closes."): Amended,
DisplayName("TransactionAutoCompleteOnSessionClose"),
read : ToInstance ToSubclass]
boolean TransactionAutoCompleteOnSessionClose;
[Description("Specifies the transaction isolation level."): Amended,
DisplayName("TransactionIsolationLevel"),
read : ToInstance ToSubclass]
string TransactionIsolationLevel;
[Description("The period within which a transaction must complete."): Amended,
DisplayName("TransactionTimeout"),
subtype("interval") : ToInstance ToSubclass,
read : ToInstance ToSubclass]
datetime TransactionTimeout;
[Description("Specifies whether to use the current synchronization context to choose the thread execution."): Amended,
DisplayName("UseSynchronizationContext"),
read : ToInstance ToSubclass]
boolean UseSynchronizationContext;
[Description("Specifies whether the system or the application enforces SOAP MustUnderstand header processing."): Amended,
DisplayName("ValidateMustUnderstand"),
read : ToInstance ToSubclass]
boolean ValidateMustUnderstand;
};
[
Description("ServiceMetadataBehavior"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{47653BC1-623A-42f0-9E60-A5BD9E0587D9}"): ToInstance
]
class ServiceMetadataBehavior : Behavior
{
[Description("Sets the location to which the service redirects metadata requests."): Amended,
DisplayName("ExternalMetadataLocation"),
read: ToInstance ToSubClass]
string ExternalMetadataLocation;
[Description("Controls whether the service publishes its WSDL at the address controlled by the HttpGetUrl attribute."): Amended,
DisplayName("HttpGetEnabled"),
read: ToInstance ToSubClass]
boolean HttpGetEnabled;
[Description("Sets the location at which the service WSDL is published for retrieval using HTTP."): Amended,
DisplayName("HttpGetUrl"),
read: ToInstance ToSubClass]
string HttpGetUrl;
[Description("Controls whether the service publishes its WSDL over HTTPS at the address controlled by the HttpsGetUrl attribute."): Amended,
DisplayName("HttpsGetEnabled"),
read: ToInstance ToSubClass]
boolean HttpsGetEnabled;
[Description("Sets the location at which the service WSDL is published for retrieval using HTTPS."): Amended,
DisplayName("HttpsGetUrl"),
read: ToInstance ToSubClass]
string HttpsGetUrl;
[Description("The component responsible for metadata generation associated with this service."): Amended,
DisplayName("MetadataExporter"),
read: ToInstance ToSubClass]
MetadataExporter MetadataExportInfo;
[Description("Controls the binding for metadata retrieval using HTTP."): Amended,
DisplayName("HttpGetBinding"),
read: ToInstance ToSubClass]
Binding HttpGetBinding;
[Description("Controls the binding for metadata retrieval using HTTPS."): Amended,
DisplayName("HttpsGetBinding"),
read: ToInstance ToSubClass]
Binding HttpsGetBinding;
};
[
Description("ServiceThrottlingBehavior"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{F14383B5-8D69-42E8-939A-9ADB781A7FAD}"): ToInstance
]
class ServiceThrottlingBehavior : Behavior
{
[Description("The maximum number of messages actively processing across all dispatcher objects in a ServiceHost. "): Amended,
DisplayName("MaxConcurrentCalls"),
read: ToInstance ToSubClass]
sint32 MaxConcurrentCalls;
[Description("The maximum number of sessions a host can accept at one time."): Amended,
DisplayName("MaxConcurrentSessions"),
read: ToInstance ToSubClass]
sint32 MaxConcurrentSessions;
[Description("The maximum number of service objects that can execute at one time."): Amended,
DisplayName("MaxConcurrentInstances"),
read: ToInstance ToSubClass]
sint32 MaxConcurrentInstances;
};
[
Description("ServiceTimeoutsBehavior"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{846FD708-3D8E-44DD-BF22-04813ED03586}"): ToInstance
]
class ServiceTimeoutsBehavior : Behavior
{
[Description("The period within which a transaction must complete."): Amended,
DisplayName("TransactionTimeout"),
subtype("interval") : ToInstance ToSubclass,
read : ToInstance ToSubclass]
datetime TransactionTimeout;
};
// Endpoint behaviors
[
Description("CallbackBehavior"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{5213e82c-ca20-44cc-b3fd-1edf027e5afc}"): ToInstance
]
class CallbackBehavior : Behavior
{
[Description("When true the session is automatically closed when a service closes a duplex session."): Amended,
DisplayName("AutomaticSessionShutdown"),
read: ToInstance ToSubClass]
boolean AutomaticSessionShutdown;
[Description("Specifies whether the service supports one thread, multiple threads, or reentrant calls."): Amended,
DisplayName("ConcurrencyMode"),
read: ToInstance ToSubClass]
string ConcurrencyMode;
[Description("A value that specifies whether to send unknown serialization data onto the wire."): Amended,
DisplayName("IgnoreExtensionDataObject"),
read: ToInstance ToSubClass]
boolean IgnoreExtensionDataObject;
[Description("The maximum number of items allowed in a serialized object."): Amended,
DisplayName("MaxItemsInObjectGraph"),
read: ToInstance ToSubClass]
boolean MaxItemsInObjectGraph;
[Description("When enabled details about exceptions on the callback are attached to the faults returned to the service."): Amended,
DisplayName("IncludeExceptionDetailInFaults"),
read: ToInstance ToSubClass]
boolean IncludeExceptionDetailInFaults;
[Description("Specifies whether to use the current synchronization context to choose the thread of execution."): Amended,
DisplayName("UseSynchronizationContext"),
read: ToInstance ToSubClass]
boolean UseSynchronizationContext;
[Description("Specifies whether the system or the application enforces SOAP MustUnderstand header processing."): Amended,
DisplayName("ValidateMustUnderstand"),
read: ToInstance ToSubClass]
boolean ValidateMustUnderstand;
};
[
Description("ClientCredentials"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{05c79d97-2fee-44c3-b680-843bb8fc14b3}"): ToInstance
]
class ClientCredentials : Behavior
{
[Description("The X.509 certificate the client uses to authenticate to the service."): Amended,
DisplayName("ClientCertificate"),
read: ToInstance ToSubClass]
string ClientCertificate;
[Description("The current Http Digest credential."): Amended,
DisplayName("HttpDigest"),
read: ToInstance ToSubClass]
string HttpDigest;
[Description("The endpoint address and binding used to contact the locat security token service."): Amended,
DisplayName("IssuedToken"),
read: ToInstance ToSubClass]
string IssuedToken;
[Description("The credentials peer node uses to authenticate itself to other nodes in the mesh."): Amended,
DisplayName("Peer"),
read: ToInstance ToSubClass]
string Peer;
[Description("The service's x.509 certificate."): Amended,
DisplayName("ServiceCertificate"),
read: ToInstance ToSubClass]
string ServiceCertificate;
[Description("A Boolean value that specifies if the credential supports interactive negotiation."): Amended,
DisplayName("SupportInteractive"),
read: ToInstance ToSubClass]
boolean SupportInteractive;
[Description("The username and password the client will use to authenticate itself to the service."): Amended,
DisplayName("UserName"),
read: ToInstance ToSubClass]
string UserName;
[Description("The windows credentials the client will use to authenticate itself to the service."): Amended,
DisplayName("Windows"),
read: ToInstance ToSubClass]
string Windows;
};
[
Description("MustUnderstandBehavior"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{e027f259-b3f1-466f-8053-033842a34d48}"): ToInstance
]
class MustUnderstandBehavior : Behavior
{
[Description("When true, all SOAP header with the MustUnderstand attribute that are not handled will cause the behavior to throw."): Amended,
DisplayName("ValidateMustUnderstand"),
read: ToInstance ToSubClass]
boolean ValidateMustUnderstand;
};
[
Description("SynchronousReceiveBehavior"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{e18641aa-009f-4e43-a076-72282381747b}"): ToInstance
]
class SynchronousReceiveBehavior : Behavior
{
};
[
Description("DispatcherSynchronizationBehavior"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{f77324b6-5bb9-4721-b63c-b39d1826d72b}"): ToInstance
]
class DispatcherSynchronizationBehavior : Behavior
{
[Description("When enabled the reply on the channel will be send asynchronously."): Amended,
DisplayName("AsynchronousSendEnabled"),
read: ToInstance ToSubClass]
boolean AsynchronousSendEnabled;
[Description("Limits the maximum number of pending receives that may be queued on the channel."): Amended,
DisplayName("MaxPendingReceives"),
read: ToInstance ToSubClass]
sint32 MaxPendingReceives;
};
[
Description("ClientViaBehavior"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{f6027ab3-a560-4222-a48c-3f572a6967a7}"): ToInstance
]
class ClientViaBehavior : Behavior
{
[Description("The ViaUri."): Amended,
DisplayName("Uri"),
read: ToInstance ToSubClass]
string Uri;
};
[
Description("TransactedBatchingBehavior"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{e700e91e-8451-4a81-89ba-c5779050ea6b}"): ToInstance
]
class TransactedBatchingBehavior : Behavior
{
[Description("The maximum batch size for the transacted batching."): Amended,
DisplayName("MaxBatchSize"),
read: ToInstance ToSubClass]
sint32 MaxBatchSize;
};
// Contract behaviors
[
Description("DeliveryRequirementsAttribute"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{b062d889-ea7c-4d18-86d7-c26c42f9b108}"): ToInstance
]
class DeliveryRequirementsAttribute : Behavior
{
[Description("Specifies whether the binding for a service supports contracts."): Amended,
DisplayName("QueuedDeliveryRequirements"),
read: ToInstance ToSubClass]
string QueuedDeliveryRequirements;
[Description("Specifies whether the binding supports ordered messages."): Amended,
DisplayName("RequireOrderedDelivery"),
read: ToInstance ToSubClass]
boolean RequireOrderedDelivery;
[Description("The contract to which it applies."): Amended,
DisplayName("TargetContract"),
read: ToInstance ToSubClass]
string TargetContract;
};
// Operation behaviors
[
Description("DataContractSerializerOperationBehavior"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{91384181-aaf9-44d2-9c19-8b73f177dc0a}"): ToInstance
]
class DataContractSerializerOperationBehavior : Behavior
{
[Description("When enabled the IExtensibleDataObject interface on data contract types will be ignored."): Amended,
DisplayName("IgnoreExtensionDataObject"),
read: ToInstance ToSubClass]
boolean IgnoreExtensionDataObject;
[Description("Limits the maximum number of objects that may be deserialized by the data contract serializer in a single deserialization episode."): Amended,
DisplayName("MaxItemsInObjectGraph"),
read: ToInstance ToSubClass]
sint32 MaxItemsInObjectGraph;
[Description("Defines the style of the SOAP message."): Amended,
DisplayName("Style"),
read: ToInstance ToSubClass]
string Style;
};
[
Description("OperationBehaviorAttribute"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{e6f51a1b-eb37-4377-9b0e-2cb3508be135}"): ToInstance
]
class OperationBehaviorAttribute : Behavior
{
[Description("The state of the auto dispose feature for parameters. "): Amended,
DisplayName("AutoDisposeParameters"),
read: ToInstance ToSubClass]
boolean AutoDisposeParameters;
[Description("Indicates the level of caller impersonation that the operation supports."): Amended,
DisplayName("Impersonation"),
read: ToInstance ToSubClass]
string Impersonation;
[Description("Indicates when in the course of an operation invocation to recycle the object."): Amended,
DisplayName("ReleaseInstanceMode"),
read: ToInstance ToSubClass]
string ReleaseInstanceMode;
[Description("Indicates whether to automatically commit the current transaction if no unhandled exceptions occur."): Amended,
DisplayName("TransactionAutoComplete"),
read: ToInstance ToSubClass]
boolean TransactionAutoComplete;
[Description("Indicates whether the operation requires a transaction."): Amended,
DisplayName("TransactionScopeRequired"),
read: ToInstance ToSubClass]
boolean TransactionScopeRequired;
};
[
Description("TransactionFlowAttribute"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{379c7092-9b76-476a-a66b-1937939ed1d0}"): ToInstance
]
class TransactionFlowAttribute : Behavior
{
[Description("Indicates whether transactions flow or not."): Amended,
DisplayName("TransactionFlowOption"),
read: ToInstance ToSubClass]
string TransactionFlowOption;
};
[
Description("XmlSerializerOperationBehavior"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{307a1805-daa2-454b-93fa-97241bb1aed5}"): ToInstance
]
class XmlSerializerOperationBehavior : Behavior
{
[Description("Defines the style of the SOAP message."): Amended,
DisplayName("Style"),
read: ToInstance ToSubClass]
string Style;
[Description("Specifies the SOAP encoding style."): Amended,
DisplayName("Use"),
read: ToInstance ToSubClass]
string Use;
};
//* end WMI data
//* Begin Trace data
//*************************************************************
//*** Registers WSAT Etw Trace Provider ***
//*************************************************************
#pragma namespace ("\\\\.\\Root\\WMI")
#pragma autorecover
[dynamic,
locale("MS\\0x409"),
Description("WSAT Trace Provider"),
DisplayName("WSAT_TraceProvider"),
Guid("{7f3fe630-462b-47c5-ab07-67ca84934abd}")
]
class WSAT_TraceProvider : EventTrace
{
};
[dynamic,
locale("MS\\0x409"),
Description("WSAT Trace Event"),
DisplayName("WSAT_TraceEvent"),
Guid("{eb6517d4-090c-48ab-825e-adad366406a2}")
]
class WSAT_TraceEvent : WSAT_TraceProvider
{
};
[dynamic,
Description("WSAT Trace Record") : amended,
DisplayName("WSAT_TraceRecord"),
EventTypeName{"Trace", "Start", "Stop", "Suspend", "Resume"},
EventType{0,1,2,10,11}
]
class WSAT_TraceRecord : WSAT_TraceEvent
{
[WmiDataId(1),
Description("Activity ID") : amended,
extension("Guid"),
ActivityID,
read]
object ActivityID;
[WmiDataId(2),
Description("Trace Record") : amended,
StringTermination("NullTerminated"),
format("w"),
XMLFragment,
read]
string TraceRecord;
[WmiDataId(3),
Description("EventID"): Amended,
read]
sint32 EventID;
};
[Dynamic,
Description("Activity Transfer Event") : amended,
EventType(5),
EventTypeName("Transfer"): amended,
locale("MS\\0x409")]
class ActivityTransfer : WSAT_TraceEvent
{
[WmiDataId(1),
Description("Activity ID") : amended,
extension("Guid"),
ActivityID,
read]
object ActivityID;
[WmiDataId(2),
Description("Related Activity ID") : amended,
extension("Guid"),
RelatedActivityID,
read]
object RelatedActivityID;
};
//* End Trace data
萚纈??#pragma classflags("forceupdate")
#pragma namespace("\\\\.\\root\\ServiceModel")
#pragma deleteclass("BindingElement",NOFAIL)
#pragma deleteclass("Behavior",NOFAIL)
#pragma deleteclass("AppDomainInfo",NOFAIL)
#pragma deleteclass("Binding",NOFAIL)
#pragma deleteclass("Channel",NOFAIL)
#pragma deleteclass("Contract",NOFAIL)
#pragma deleteclass("Endpoint",NOFAIL)
#pragma deleteclass("EndpointAddress",NOFAIL)
#pragma deleteclass("Operation",NOFAIL)
#pragma deleteclass("ServiceAppDomain",NOFAIL)
#pragma deleteclass("Service",NOFAIL)
#pragma deleteclass("ServiceAdmin",NOFAIL)
#pragma deleteclass("ServiceEndpoint",NOFAIL)
#pragma deleteclass("LocalServiceSecuritySettings",NOFAIL)
#pragma namespace("\\\\.\\Root")
#pragma deleteinstance("__Namespace.Name='ServiceModel'",NOFAIL)
#pragma namespace ("\\\\.\\Root\\WMI")
#pragma deleteclass("WSAT_TraceProvider",NOFAIL)
?鋀??#pragma autorecover
#pragma classflags("forceupdate")
#pragma namespace("\\\\.\\root\\ServiceModel")
[
Description("ContextBindingElement"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{0ef94073-5b9d-4ec9-9c6d-a624d1c3be18}"): ToInstance
]
class ContextBindingElement : BindingElement
{
[Description("The ProtectionLevel forContextBindingElement"): Amended,
DisplayName("ProtectionLevel"),
read: ToInstance ToSubClass]
string ProtectionLevel;
[Description("The ContextExchangeMechanism for ContextBindingElement"): Amended,
DisplayName("ContextExchangeMechanism"),
read: ToInstance ToSubClass]
string ContextExchangeMechanism;
[Description("Whether automatic context management is enabled for ContextBindingElement"): Amended,
DisplayName("ContextManagementEnabled"),
read: ToInstance ToSubClass]
boolean ContextManagementEnabled;
};
[
Description("DurableServiceAttribute"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{4583178d-1aa8-4594-9793-6d12ce2e9e67}"): ToInstance
]
class DurableServiceAttribute : Behavior
{
[Description("The SaveStateInOperationTransaction boolean in DurableServiceAttribute"): Amended,
DisplayName("SaveStateInOperationTransaction"),
read: ToInstance ToSubClass]
boolean SaveStateInOperationTransaction;
};
[
Description("PersistenceProviderBehavior"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{74ACE9F1-513F-4423-8863-47DB4D3E47DE}"): ToInstance
]
class PersistenceProviderBehavior: Behavior
{
[Description("Specifies the CLR type of the instance of persistence provider factory configured for durable services."): Amended,
DisplayName("PersistenceProviderFactoryType"),
read: ToInstance ToSubClass]
string PersistenceProviderFactoryType;
[Description("Specifies the interval after which persistence operations are considered timed out."): Amended,
DisplayName("PersistenceOperationTimeout"),
read: ToInstance ToSubClass]
string PersistenceOperationTimeout;
};
[
Description("WorkflowRuntimeBehavior"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{886372E9-9221-4263-B064-0FED17832E54}"): ToInstance
]
class WorkflowRuntimeBehavior: Behavior
{
[Description("Specifies the interval after which idle workflow instances in memory are terminated."): Amended,
DisplayName("CachedInstanceExpiration"),
read: ToInstance ToSubClass]
string CachedInstanceExpiration;
};
[
Description("WorkflowServiceBehavior"): amended,
dynamic: ToInstance ToSubClass,
provider("ServiceModel"): ToInstance ToSubClass,
UUID("{9eab5500-e517-4d4a-85b8-d0c633da2bf2}"): ToInstance
]
class WorkflowServiceBehavior : Behavior
{
[Description("Specifies how to use address to filter a message, whether to use Exact match, Prefix match or match Any."): Amended,
DisplayName("AddressFilterMode"),
read: ToInstance ToSubClass]
string AddressFilterMode;
[Description("The name of the service configuration."): Amended,
DisplayName("ConfigurationName"),
read : ToInstance ToSubclass]
string ConfigurationName;
[Description("Specifies whether to send unknown serlialization data onto the wire."): Amended,
DisplayName("IgnoreExtensionDataObject"),
read : ToInstance ToSubclass]
boolean IgnoreExtensionDataObject;
[Description("Specifies whether to include managed exception information in the detail of SOAP faults returned to the clients for debugging purposes."): Amended,
DisplayName("IncludeExceptionDetailInFaults"),
read: ToInstance ToSubClass]
boolean IncludeExceptionDetailInFaults;
[Description("The maximum number of items allowed in a serialized object."): Amended,
DisplayName("MaxItemsInObjectGraph"),
read : ToInstance ToSubClass]
sint32 MaxItemsInObjectGraph;
[Description("The name attribute of the service in WSDL."): Amended,
DisplayName("Name"),
read : ToInstance ToSubclass]
string Name;
[Description("The target namespace of the service in WSDL."): Amended,
DisplayName("Namespace"),
read : ToInstance ToSubclass]
string Namespace;
[Description("Specifies whether to use the current synchronization context to choose the thread execution."): Amended,
DisplayName("UseSynchronizationContext"),
read : ToInstance ToSubclass]
boolean UseSynchronizationContext;
[Description("Specifies whether the system or the application enforces SOAP MustUnderstand header processing."): Amended,
DisplayName("ValidateMustUnderstand"),
read : ToInstance ToSubclass]
boolean ValidateMustUnderstand;
[Description("Specifies the Type of Workflow."): Amended,
DisplayName("WorkflowType"),
read : ToInstance ToSubclass]
string WorkflowType;
[Description("Specifies the path to XOML defined Workflow."): Amended,
DisplayName("WorkflowDefinitionPath"),
read : ToInstance ToSubclass]
string WorkflowDefinitionPath;
[Description("Specifies the path to Rules file for a XOML defined Workflow."): Amended,
DisplayName("WorkflowRulesPath"),
read : ToIn
彩臂金龟(所有种) Cheirotonus spp. Ⅱ
犀金龟科 Dyaastidae
叉犀金龟 Allomyiina davidis Ⅱ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
保护级别
中 名 学名
Ⅰ级 Ⅱ级
────────────────────────────────────────────
鳞翅目 LEPIDOPTERA
凤蝶科 Papilionidae
金斑啄凤蝶 Teinopalpus aureus Ⅰ
双尾褐凤蝶 Bhutanitis mansfieldi Ⅱ
三尾褐凤蝶 Bhutanitis thaidina
dongchuanensis Ⅱ
中华虎凤蝶 Luehdorfia chinensis
绢蝶科 Parnassidae
阿波罗绢蝶 Parnassius apollo Ⅱ
────────────────────────────────────────────
肠鳃纲 ENTEROPNEUSTA
────────────────────────────────────────────
柱头虫科 Balanoglossidae
*多鳃孔舌形虫 Glossobalanus
polybranchioporus Ⅰ
玉钩虫科 Harrimaniidae
*黄岛长吻虫 Saccoglossus
hwangtauensis Ⅰ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
注:标“*”者,由渔业行政部门主管;
未标“*”者,由林业行政主管部门主管。
资料来源:天津自然博物馆网
责任编辑:中国农垦信息网
本网为非营利性网站,转载的文章并不代表本网观点。如本网转载稿涉及版权等问题,请来电、来函与我们联系。