完全な ICF テンプレート
このインスタンス構成ファイル (ICF) テンプレートには、省略可能な ParameterDefaults、Version、History、Database、および EncryptArguments 要素を含むすべての ICF 要素が含まれます。
重要 : |
---|
値を定義しない要素は、既定値が使用されても問題ないことを確認した後、ICF から省略してください。多くの要素は、空白にはできません。 |
このテンプレートをクリップボードにコピーするには、[コードのコピー] をクリックします。
<?xml version="1.0" encoding="utf-8"?>
<!--Microsoft Notification Services "Configuration File"-->
<NotificationServicesInstance
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://www.microsoft.com/MicrosoftNotificationServices/ConfigurationFileSchema">
<!-- Parameter Default Values -->
<ParameterDefaults>
<!-- Multiple Parameter Elements Allowed -->
<Parameter>
<Name></Name>
<Value></Value>
</Parameter>
</ParameterDefaults>
<!-- Version -->
<Version>
<Major></Major>
<Minor></Minor>
<Build></Build>
<Revision></Revision>
</Version>
<!-- History -->
<History>
<CreationDate></CreationDate>
<CreationTime></CreationTime>
<LastModifiedDate></LastModifiedDate>
<LastModifiedTime></LastModifiedTime>
</History>
<!-- Notification Services Instance Name -->
<InstanceName></InstanceName>
<!-- Database Engine Instance Name -->
<SqlServerSystem></SqlServerSystem>
<!-- Database -->
<Database>
<DatabaseName></DatabaseName>
<SchemaName></SchemaName>
<!-- Multiple NamedFileGroup Elements Allowed -->
<NamedFileGroup>
<FileGroupName></FileGroupName>
<!-- Multiple FileSpec Elements Allowed -->
<FileSpec>
<LogicalName></LogicalName>
<FileName></FileName>
<Size></Size>
<MaxSize></MaxSize>
<GrowthIncrement></GrowthIncrement>
</FileSpec>
</NamedFileGroup>
<!-- Multiple LogFile Elements Allowed -->
<LogFile>
<LogicalName></LogicalName>
<FileName></FileName>
<Size></Size>
<MaxSize></MaxSize>
<GrowthIncrement></GrowthIncrement>
</LogFile>
<DefaultFileGroup></DefaultFileGroup>
<CollationName></CollationName>
</Database>
<!--Applications-->
<Applications>
<!-- Multiple Application Elements Allowed -->
<Application>
<ApplicationName></ApplicationName>
<BaseDirectoryPath></BaseDirectoryPath>
<ApplicationDefinitionFilePath></ApplicationDefinitionFilePath>
<Parameters>
<!-- Multiple Parameter Elements Allowed -->
<Parameter>
<Name></Name>
<Value></Value>
</Parameter>
</Parameters>
</Application>
</Applications>
<!--Protocols-->
<Protocols>
<!-- Multiple Protocol Elements Allowed -->
<Protocol>
<ProtocolName></ProtocolName>
<ClassName></ClassName>
<AssemblyName></AssemblyName>
</Protocol>
</Protocols>
<!--Delivery Channels-->
<DeliveryChannels>
<!-- Multiple DeliveryChannel Elements Allowed -->
<DeliveryChannel>
<DeliveryChannelName></DeliveryChannelName>
<ProtocolName></ProtocolName>
<Arguments>
<!-- Multiple Argument Elements Allowed -->
<Argument>
<Name></Name>
<Value></Value>
</Argument>
</Arguments>
</DeliveryChannel>
</DeliveryChannels>
<!--Argument Encryption Flag -->
<EncryptArguments></EncryptArguments>
</NotificationServicesInstance>
参照
概念
インスタンス構成ファイルのリファレンス
インスタンス構成ファイルのテンプレート
その他の技術情報
Notification Services のインスタンスの構成