SqlParameter.XmlSchemaCollectionDatabase 속성

정의

이 XML 인스턴스의 스키마 컬렉션이 있는 데이터베이스의 이름을 가져옵니다.

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

속성 값

이 XML 인스턴스의 스키마 컬렉션이 있는 데이터베이스의 이름입니다.

설명

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

적용 대상

추가 정보