SqlAssembly.SqlAssemblyFiles プロパティ
SqlAssemblyFile オブジェクトのコレクションを表します。 各 SqlAssemblyFile オブジェクトは、参照するアセンブリに関連付けられたアセンブリ ファイルを表します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(SqlAssemblyFile))> _
Public ReadOnly Property SqlAssemblyFiles As SqlAssemblyFileCollection
Get
'使用
Dim instance As SqlAssembly
Dim value As SqlAssemblyFileCollection
value = instance.SqlAssemblyFiles
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(SqlAssemblyFile))]
public SqlAssemblyFileCollection SqlAssemblyFiles { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(SqlAssemblyFile))]
public:
property SqlAssemblyFileCollection^ SqlAssemblyFiles {
SqlAssemblyFileCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(SqlAssemblyFile))>]
member SqlAssemblyFiles : SqlAssemblyFileCollection
function get SqlAssemblyFiles () : SqlAssemblyFileCollection
プロパティ値
型: Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection
参照するアセンブリに関連付けられたすべてのアセンブリ ファイルを示す SqlAssemblyFileCollection です。
説明
現在、アセンブリごとに 1 つのファイルのみがサポートされます。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間