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(Microsoft Visual Basic Nothing)입니다. 스키마 컬렉션 XmlSchemaCollectionNameXmlSchemaCollectionOwningSchema 이 없고 null인 경우에도 null입니다.

적용 대상

추가 정보