SfcObjectAttribute クラス

定義

オブジェクトリレーションシップの属性 (Server.FullTextService など)

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class SfcObjectAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcObjectAttribute = class
    inherit SfcRelationshipAttribute
Public Class SfcObjectAttribute
Inherits SfcRelationshipAttribute
継承
SfcObjectAttribute
属性

コンストラクター

名前 説明
SfcObjectAttribute()

オブジェクトリレーションシップの属性 (Server.FullTextService など)

SfcObjectAttribute(SfcContainerCardinality, Type, SfcObjectFlags)

オブジェクトリレーションシップの属性 (Server.FullTextService など)

SfcObjectAttribute(SfcContainerCardinality, Type)

オブジェクトリレーションシップの属性 (Server.FullTextService など)

SfcObjectAttribute(SfcContainerRelationship, SfcContainerCardinality, Type, SfcObjectFlags)

オブジェクトリレーションシップの属性 (Server.FullTextService など)

SfcObjectAttribute(SfcContainerRelationship, SfcContainerCardinality, Type)

オブジェクトリレーションシップの属性 (Server.FullTextService など)

SfcObjectAttribute(SfcObjectCardinality, SfcObjectFlags)

オブジェクトリレーションシップの属性 (Server.FullTextService など)

SfcObjectAttribute(SfcObjectCardinality)

オブジェクトリレーションシップの属性 (Server.FullTextService など)

SfcObjectAttribute(SfcObjectFlags)

オブジェクトリレーションシップの属性 (Server.FullTextService など)

SfcObjectAttribute(SfcObjectRelationship, SfcObjectCardinality, SfcObjectFlags)

オブジェクトリレーションシップの属性 (Server.FullTextService など)

SfcObjectAttribute(SfcObjectRelationship, SfcObjectCardinality)

オブジェクトリレーションシップの属性 (Server.FullTextService など)

SfcObjectAttribute(SfcObjectRelationship, SfcObjectFlags)

オブジェクトリレーションシップの属性 (Server.FullTextService など)

SfcObjectAttribute(SfcObjectRelationship)

オブジェクトリレーションシップの属性 (Server.FullTextService など)

SfcObjectAttribute(Type, SfcObjectFlags)

オブジェクトリレーションシップの属性 (Server.FullTextService など)

SfcObjectAttribute(Type)

オブジェクトリレーションシップの属性 (Server.FullTextService など)

プロパティ

名前 説明
Cardinality

親との関係にある型のカーディナリティを指定します。

(継承元 SfcRelationshipAttribute)
ContainsType

このコンテナーが保持する型を指定します。 コンテナーでのみ使用できます。

(継承元 SfcRelationshipAttribute)
Deploy

オブジェクトリレーションシップの属性 (Server.FullTextService など)

Design

オブジェクトリレーションシップの属性 (Server.FullTextService など)

Flags

オブジェクトリレーションシップの属性 (Server.FullTextService など)

NaturalOrder

オブジェクトリレーションシップの属性 (Server.FullTextService など)

Relationship

親とのリレーションシップを指定します。

(継承元 SfcRelationshipAttribute)

適用対象