ExternalLanguage.AddFile メソッド

定義

オーバーロード

名前 説明
AddFile(String, Byte[], ExternalLanguageFilePlatform)

言語コンテンツ ビットを使用して新しいファイル スペックを外部言語に追加する。

AddFile(String, String, ExternalLanguageFilePlatform)

言語ファイル パスを使用して新しいファイル スペックを外部言語に追加する。

AddFile(String, Byte[], ExternalLanguageFilePlatform)

言語コンテンツ ビットを使用して新しいファイル スペックを外部言語に追加する。

public void AddFile(string fileName, byte[] contentFromBinary, Microsoft.SqlServer.Management.Smo.ExternalLanguageFilePlatform platform = Microsoft.SqlServer.Management.Smo.ExternalLanguageFilePlatform.Default);
member this.AddFile : string * byte[] * Microsoft.SqlServer.Management.Smo.ExternalLanguageFilePlatform -> unit
Public Sub AddFile (fileName As String, contentFromBinary As Byte(), Optional platform As ExternalLanguageFilePlatform = Microsoft.SqlServer.Management.Smo.ExternalLanguageFilePlatform.Default)

パラメーター

fileName
String

外部言語の .dll または .so ファイル

contentFromBinary
Byte[]

バイナリとしての言語コンテンツ

platform
ExternalLanguageFilePlatform

ハイブリッド OS プラットフォーム (Linux/Windows など)

適用対象

AddFile(String, String, ExternalLanguageFilePlatform)

言語ファイル パスを使用して新しいファイル スペックを外部言語に追加する。

public void AddFile(string fileName, string contentFromFile, Microsoft.SqlServer.Management.Smo.ExternalLanguageFilePlatform platform = Microsoft.SqlServer.Management.Smo.ExternalLanguageFilePlatform.Default);
member this.AddFile : string * string * Microsoft.SqlServer.Management.Smo.ExternalLanguageFilePlatform -> unit
Public Sub AddFile (fileName As String, contentFromFile As String, Optional platform As ExternalLanguageFilePlatform = Microsoft.SqlServer.Management.Smo.ExternalLanguageFilePlatform.Default)

パラメーター

fileName
String

外部言語の .dll または .so ファイル

contentFromFile
String

ファイル パスとしての言語コンテンツ

platform
ExternalLanguageFilePlatform

ハイブリッド OS プラットフォーム (Linux/Windows など)

適用対象