SfcPropertyReadOnlyException 생성자 (String)
Initializes a new instance of the SfcPropertyReadOnlyException class using the specified property name. 정보를 제공하기 위해서만 확인됩니다. 지원되지 않습니다. 향후 호환성은 보장되지 않습니다.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Sub New ( _
propertyName As String _
)
‘사용 방법
Dim propertyName As String
Dim instance As New SfcPropertyReadOnlyException(propertyName)
public SfcPropertyReadOnlyException(
string propertyName
)
public:
SfcPropertyReadOnlyException(
String^ propertyName
)
new :
propertyName:string -> SfcPropertyReadOnlyException
public function SfcPropertyReadOnlyException(
propertyName : String
)
매개 변수
- propertyName
유형: System.String
The name of the read-only property.
참고 항목
참조
SfcPropertyReadOnlyException 클래스