DefaultRuleBase.EnumBoundDataTypes 메서드
Enumerates a list of data types to which the default or rule is bound.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Function EnumBoundDataTypes As SqlSmoObject()
‘사용 방법
Dim instance As DefaultRuleBase
Dim returnValue As SqlSmoObject()
returnValue = instance.EnumBoundDataTypes()
public SqlSmoObject[] EnumBoundDataTypes()
public:
array<SqlSmoObject^>^ EnumBoundDataTypes()
member EnumBoundDataTypes : unit -> SqlSmoObject[]
public function EnumBoundDataTypes() : SqlSmoObject[]
반환 값
유형: array<Microsoft.SqlServer.Management.Smo.SqlSmoObject[]
An array of SqlSmoObject objects that specify the data types to which the default or rule is bound.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스