SqlParameter.XmlSchemaCollectionOwningSchema 속성

정의

이 XML 인스턴스의 스키마 컬렉션이 있는 소유 관계형 스키마입니다.

public:
 property System::String ^ XmlSchemaCollectionOwningSchema { System::String ^ get(); void set(System::String ^ value); };
public string XmlSchemaCollectionOwningSchema { get; set; }
member this.XmlSchemaCollectionOwningSchema : string with get, set
Public Property XmlSchemaCollectionOwningSchema As String

속성 값

이 XML 인스턴스에 대한 소유 관계형 스키마입니다.

설명

컬렉션이 현재 데이터베이스 내에 정의된 경우 이 값은 null(Nothing Microsoft Visual Basic의 경우)입니다. 스키마 컬렉션이 없는 경우에도 null입니다. 이 경우 XmlSchemaCollectionDatabaseXmlSchemaCollectionName 도 null입니다.

적용 대상

추가 정보