SqlParameter.XmlSchemaCollectionName 속성

정의

이 XML 인스턴스의 스키마 컬렉션의 이름을 가져옵니다.

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

속성 값

이 XML 인스턴스의 스키마 컬렉션의 이름입니다.

설명

연결된 스키마 컬렉션이 없는 경우 이 값은 null(Nothing Microsoft Visual Basic의 경우)입니다. 값이 null XmlSchemaCollectionDatabase 이면 및 XmlSchemaCollectionOwningSchema 도 null입니다.

적용 대상

추가 정보